본문 바로가기

eclipse3

[ SPRING ] spring boot 실행 시 Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured 메시지 나올 때 Spring 최초 실행 시 아래와 같은 메시지가 나올 경우 *************************** APPLICATION FAILED TO START *************************** Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine a suitable driver class => 위와 같은 메시지가 나오면 application.properties (이클립스라면 src/main/resources 안에 있는 파일) 에 아래와 같이 DB 접속 정보를 입력 합.. 2021. 9. 27.
[ SPRING ] eclipse에서 Spring boot 프로젝트 만들기 * 저의 기본 설치 된 환경 - eclipse 2021-09 버전 - java : openjdk 1.8.0_201 - maven : 3.6.1 * spring boot 프로젝트를 eclipse 에 만들기 1. Eclipse 실행 합니다. 2. Help > Eclipse Marketplace 에서 sts 를 검색하여 spring tools4 쪽을 install 합니다. License 물어보는 항목이 나오면 agree 클릭 해주면 됩니다. 그리고 eclipse 를 restart 해서 update 하라고 메시지가 나오는데 restart 하면 됩니다 3. File > New > Other 에서 Spring boot > Spring Starter Project 를 선택 합니다. 4. Type 을 maven 으로 .. 2021. 9. 27.
[ ECLIPSE ] Server Type 에 Tomcat 이 보이지 않을 때 * eclipse server type 에 tomcat 이 보이지 않을 때 - help > Install New Software > Work with > All Available Sites 선택 - Web XML and JAVA EE Development 를 확장 JST Server Adapters 체크 - Web Tools Platform(WTP) 를 체크 - next 를 통해 설치 2019. 8. 24.