初始化1

This commit is contained in:
zg
2026-07-16 13:03:11 +08:00
parent 0bdfcbc1c8
commit e6b0f287cc
100 changed files with 12184 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# ==========================================
# PROD 生产环境配置
# 激活方式: mvn spring-boot:run -Pprod
# 或 java -jar xxx.jar --spring.profiles.active=prod
# ==========================================
spring:
datasource:
url: jdbc:mysql://10.1.1.122:3306/nginxserver?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
username: nginxserver
password: mokee.
driver-class-name: com.mysql.cj.jdbc.Driver
logging:
level:
com.mokee.nginx: INFO
org.springframework.web: WARN