初始化1
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user