mirror of
https://gitee.com/victor123/jjjerp-java.git
synced 2025-12-07 05:17:24 +08:00
环境
This commit is contained in:
parent
f4ad733060
commit
6466e4ab72
@ -5,9 +5,9 @@ spring-boot-jjj:
|
||||
# 是否启用ansi控制台输出有颜色的字体,dev环境建议开启,服务器环境设置为false
|
||||
enable-ansi: false
|
||||
# 当前环境服务IP地址/域名
|
||||
server-ip: https://erp.jjjshop.net
|
||||
server-ip: https://erp-java.jiujiujia.net
|
||||
# 文件上传下载配置
|
||||
upload-path: /www/wwwroot/java/uploads
|
||||
upload-path: /www/wwwroot/erp-java.jiujiujia.net/uploads
|
||||
# AOP配置
|
||||
aop:
|
||||
# Aop日志配置
|
||||
@ -37,4 +37,4 @@ mybatis-plus:
|
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
logging:
|
||||
file:
|
||||
path: /www/wwwroot/erp.jjjerp.net/logs
|
||||
path: /www/wwwroot/erp-java.jiujiujia.net/logs
|
||||
|
||||
@ -27,7 +27,7 @@ spring:
|
||||
datasource:
|
||||
url: jdbc:mysql://127.0.0.1:3306/demo_erp_java?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
|
||||
username: root
|
||||
password: d79743a02c5d5efa
|
||||
password: cLGfTNk3sBRmRBnw
|
||||
|
||||
# Redis配置
|
||||
redis:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user