master
周文涛 2 years ago
parent 6cb14422a5
commit af729c279e

@ -8,7 +8,8 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>building</artifactId>
<artifactId>jeecg-boot-module-system</artifactId>
<name>jeecg-boot-module-system</name>
<repositories>
<repository>

@ -7,7 +7,7 @@ server:
include-stacktrace: ALWAYS
include-message: ALWAYS
servlet:
context-path: /building
context-path: /orc
compression:
enabled: true
min-response-size: 1024
@ -107,7 +107,7 @@ spring:
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
datasource:
master:
url: jdbc:mysql://47.103.213.109:3306/building?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
url: jdbc:mysql://47.103.213.109:3306/orc?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root
password: Wang5322570..
driver-class-name: com.mysql.cj.jdbc.Driver

@ -7,7 +7,7 @@ server:
include-stacktrace: ALWAYS
include-message: ALWAYS
servlet:
context-path: /jeecg-boot
context-path: /orc
compression:
enabled: true
min-response-size: 1024

@ -1,5 +1,5 @@
spring:
application:
name: building
name: orc
profiles:
active: prod

Loading…
Cancel
Save