***************************
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 


DB설정하라는 에러메세지이다.

 

 

 

/src/main/resources/application.properties 파일

#MySQL DB설정
spring.datasource.url=jdbc:mysql://localhost:3306/uglyMarket?useSSL=false&characterEncoding=UTF-8&serverTimezone=UTC
spring.datasource.username=root
spring.datasource.password=1234

DB설정해주고  서버 실행하기

 

 

 

 

http://localhost:8080/ 

브라우저를 열면 잘 뜬다.

반응형
LIST

+ Recent posts