|
@ -3,7 +3,7 @@ server: |
|
|
spring: |
|
|
spring: |
|
|
#数据库 |
|
|
#数据库 |
|
|
datasource: |
|
|
datasource: |
|
|
url: jdbc:mysql://${MYSQL-HOST:localhost}:${MYSQL-PORT:3306}/${MYSQL-DB:jimureport}?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai |
|
|
url: jdbc:mysql://${MYSQL-HOST:192.168.1.140}:${MYSQL-PORT:3306}/${MYSQL-DB:epmet_jmreport}?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai |
|
|
username: root |
|
|
username: root |
|
|
password: root |
|
|
password: root |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
@ -13,7 +13,7 @@ jeecg : |
|
|
# local |
|
|
# local |
|
|
path : |
|
|
path : |
|
|
#文件路径 |
|
|
#文件路径 |
|
|
upload: /opt/jimureport_upload |
|
|
upload: /opt/jmreport_upload |
|
|
# alioss |
|
|
# alioss |
|
|
oss: |
|
|
oss: |
|
|
endpoint: ?? |
|
|
endpoint: ?? |
|
|