ㅁㅔ모리 디비로 변경
This commit is contained in:
@@ -33,7 +33,6 @@ public class AuthorizationServerApplication implements CommandLineRunner {
|
||||
user.setNickName("유엔진");
|
||||
user.setAddress("서울시");
|
||||
user.setRole("USER_ADMIN");
|
||||
//
|
||||
repository.save(user);
|
||||
|
||||
}
|
||||
|
||||
@@ -8,12 +8,12 @@ spring:
|
||||
hibernate:
|
||||
dialect: org.hibernate.dialect.MySQL57Dialect
|
||||
show_sql: true
|
||||
datasource:
|
||||
url: jdbc:mysql://104.198.86.212:3306/uengine
|
||||
username: root
|
||||
password: test1234!@
|
||||
# mybatis 설정시에는 driverClassName 을 넣어주어야함
|
||||
driverClassName: com.mysql.cj.jdbc.Driver
|
||||
# datasource:
|
||||
# url: jdbc:mysql://104.198.86.212:3306/uengine
|
||||
# username: root
|
||||
# password: test1234!@
|
||||
# # mybatis 설정시에는 driverClassName 을 넣어주어야함
|
||||
# driverClassName: com.mysql.cj.jdbc.Driver
|
||||
|
||||
---
|
||||
spring:
|
||||
|
||||
Reference in New Issue
Block a user