일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- MySQL
- Eclipse
- jpa
- STS
- spring
- git
- Core Java
- PostgreSQL
- 오픈소스
- ubuntu
- Source
- oracle
- 설정
- Open Source
- myBatis
- Docker
- JavaScript
- 문서
- maven
- Spring Boot
- Python
- Thymeleaf
- IntelliJ
- JDBC
- MSSQL
- Exception
- SpringBoot
- AJAX
- Tomcat
- error
- Today
- Total
목록hermeswing log (709)
헤르메스 LIFE
Ubuntu 에 STS 를 설치해 봅니다.https://spring.io/tools Spring | Tools spring.io1. 다운로드2. 압축 풀기# zsh$ tar -zxvf spring-tool-suite-4-4.22.0.RELEASE-e4.31.0-linux.gtk.x86_64.tar.gz 오류 #1Linux ARM_64 버전은 아래와 같은 오류가 발생하며, 실행되지 않습니다.Exec format error# Exec format error$ ./SpringToolSuite4 zsh: exec 형식 오류: ./SpringToolSuite4오류 #2Ubuntu Linux에서 Marketplace 를 띄우면 아래와 같은 오류 메시지를 출력합니다.To suppress this warning, s..
VS Code 를 사용해서 Java Project를 구성해보려 합니다.1. Spring 프로젝트 생성 ( Ctrl + Shift + 'p' )- 'spring initializr' >> Spring Initializr: Create a Maven Proejct 선택- Spring Boot Version 선택- Language 선택- Group Id 등록- Artifact Id 등록- Packinging Type 선택- Java Version 선택- Dependencies 선택- 폴더 선택 ( C:\EzOctopus\workspace )- 생성완료2. HelloWorld.javapackage com.octopus;import org.springframework.web.bind.annotation.GetM..
Linux 에서 MS Office를 설치해서 사용해야 겠습니다. 최후의 방법은 가상머신이지요. ㅡㅡㅋ 독립된 OS와 메모리이기 때문에, 메모리를 32G 로 올렸습니다. 문서만 작성하고, 몇몇 테스트만 하려고 사용할 목적입니다. https://www.virtualbox.org/ Oracle VM VirtualBox Welcome to VirtualBox.org! News Flash Notice March 21th, 2024Change of login server. Starting today, Oracle Single Sign On will ask for your account credentials at signon.oracle.com and the username and password are now ha..
Ubuntu에서 MS Office 를 설치하기 위해 많이 찾아 보고 노력하기를 몇일이 흘렀네요. 결국... 실패했습니다. 혹 성공 하신 분은 공유 좀.. ㅠ.ㅠ 아래는 제가 테스트했던 이력 입니다. 1. Wine 설치 # CPU 확인 # 32-bit 는 당연히 32bit 시스템입니다. # 64-bit 는 당연히 64bit 시스템입니다. # 32-bit, 64-bit 는 32bit, 64bit 둘 다 사용 가능한 시스템입니다. $ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 39 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 8 On-line CPU(s..
Linux에서 사용할 수 있는 Office 프로그램입니다. https://www.wps.com/office/linux/ Free Office Software for Linux | WPS Office Online Download the open free office software from WPS official website for Linux ubuntu and debian, perfect compatible with Microsoft Word, Spreadsheets, Presentation files. Install 2021 latest version online now. www.wps.com https://www.wps.com/ [OFFICIAL] WPS Office-Free Office Downl..
우분투에서 Oracle SQL 을 사용하기 위해 SQL Developer 를 설치했습니다. 환경 Oracle Cloud Database Free Tier 1. SQL Developer 다운로드 https://www.oracle.com/database/sqldeveloper/ SQL Developer Oracle SQL Developer is a free, development environment that simplifies the management of Oracle Database in both traditional and Cloud deployments. It offers development of your PL/SQL applications, query tools, a DBA console, a ..
아래와 같은 환경을 구축하기 위해 Microservice 가 1개 이상 있어야 합니다. Spring Cloud 아키텍처 관계도 출처 : https://spring.io/cloud 개발환경 JDK : Zulu JDK 17.0.10 SpringBoot 3.2.3 SpringBoot Eureka Client ( 현재 최신 버전 :4.1.0 ) Build Tools : Gradle 1. 프로젝트 생성 2. Eureka Gateway - 간단한 Application 입니다. build.gradle plugins { id 'java' id 'org.springframework.boot' version '3.2.4' id 'io.spring.dependency-management' version '1.1.4' } g..
개발환경 JDK : Zulu JDK 17.0.10 SpringBoot 3.2.3 SpringBoot Eureka Client ( 현재 최신 버전 :4.1.0 ) Build Tools : Gradle 다음과 같은 오류가 발생하였습니다. java.lang.IllegalArgumentException: Unable to find RoutePredicateFactory with name path at org.springframework.cloud.gateway.route.RouteDefinitionRouteLocator.lookup(RouteDefinitionRouteLocator.java:219) ~[spring-cloud-gateway-server-4.1.0.jar:4.1.0] at org.springfra..
개발환경 JDK : Zulu JDK 17.0.10 SpringBoot 3.2.3 SpringBoot Eureka Client ( 현재 최신 버전 :4.1.0 ) Build Tools : Gradle 다음과 같은 오류가 발생하였습니다. com.netflix.discovery.shared.transport.TransportException: Cannot execute request on any known server at com.netflix.discovery.shared.transport.decorator.RetryableEurekaHttpClient.execute(RetryableEurekaHttpClient.java:112) ~[eureka-client-2.0.1.jar:2.0.1] at com.net..
아래와 같은 환경을 구축하기 위해 Microservice 가 1개 이상 있어야 합니다. Spring Cloud 아키텍처 관계도 출처 : https://spring.io/cloud 개발환경 JDK : Zulu JDK 17.0.10 SpringBoot 3.2.3 SpringBoot Eureka Client ( 현재 최신 버전 :4.1.0 ) Build Tools : Gradle 1. 프로젝트 생성 2. Service #01 - 간단한 Application 입니다. build.gradle plugins { id 'java' id 'org.springframework.boot' version '3.2.4' id 'io.spring.dependency-management' version '1.1.4' } grou..