[spring boot]inMemoryDatabaseShutdownExecutor 서버 처음 연결 할 시 이슈해결방법
spring boot 에서 mysql 연결 해주기 위해서 아래와 같이 했다..
spring.datasource.driverClassName=
spring.datasource.url=
spring.datasource.username=
spring.datasource.password=
그런데 inMemoryDatabaseShutdownExecutor 에러가 난다..
그러면 apllication에서
@EnableAutoConfiguration(exclude={DataSourceAutoConfiguration.class})
추가해준다..
'server' 카테고리의 다른 글
[spring boot]template might not exist or might not be accessible by any of the configured Template Resolvers 해결방법 (0) | 2020.05.18 |
---|---|
[swagger 2] 설정방법 (0) | 2020.05.15 |
[ubuntu]프로세스 강제종료하는방법 (0) | 2020.05.13 |
[ubuntu]spring boot project rebuild하는 방법 (0) | 2020.05.13 |
[ubuntu]spring server 실행하는 방법 (0) | 2020.05.13 |