初始化
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
spring:
|
||||
datasource:
|
||||
url: jdbc:mysql://127.0.0.1:3306/cool?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
|
||||
url: jdbc:mysql://192.168.100.128:3306/cool?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
|
||||
username: root
|
||||
password: 123456
|
||||
password: mysql_root
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
|
||||
# AutoTable配置,根据实体类自动生成表
|
||||
|
||||
@@ -10,7 +10,7 @@ spring:
|
||||
application:
|
||||
name: cool-admin-java
|
||||
profiles:
|
||||
active: @spring.active@
|
||||
active: local
|
||||
thymeleaf:
|
||||
cache: false
|
||||
prefix: classpath:/templates/
|
||||
|
||||
Reference in New Issue
Block a user