初始化

This commit is contained in:
2025-11-27 19:06:55 +08:00
parent e3e6f524a3
commit cd1ff76f41
18 changed files with 304 additions and 512 deletions

View File

@@ -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配置根据实体类自动生成表

View File

@@ -10,7 +10,7 @@ spring:
application:
name: cool-admin-java
profiles:
active: @spring.active@
active: local
thymeleaf:
cache: false
prefix: classpath:/templates/