作者 肖紫光

修改数据库连接配置

... ... @@ -5,7 +5,7 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
username: logistics
password: ihyTb*^9P2.)Qw
url: jdbc:mysql://10.1.10.105:3306/logistics_pro?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
url: jdbc:mysql://10.1.10.105:3306/logistics?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
freemarker:
allow-request-override: false
allow-session-override: false
... ...
... ... @@ -12,6 +12,6 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
username: logistics
password: ihyTb*^9P2.)Qw
url: jdbc:mysql://10.1.10.105:3306/logistics_pro?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
url: jdbc:mysql://10.1.10.105:3306/logistics?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
resources:
static-locations: classpath:/static/,classpath:/views/
\ No newline at end of file
... ...
... ... @@ -25,7 +25,7 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
username: logistics
password: ihyTb*^9P2.)Qw
url: jdbc:mysql://10.1.10.105:3306/logistics_pro?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true&serverTimezone=GMT%2B8
url: jdbc:mysql://10.1.10.105:3306/logistics?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true&serverTimezone=GMT%2B8
# swagger相关配置,覆盖全局配置
swagger:
... ...
... ... @@ -12,7 +12,7 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
username: logistics
password: ihyTb*^9P2.)Qw
url: jdbc:mysql://10.1.10.105:3306/logistics_pro?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
url: jdbc:mysql://10.1.10.105:3306/logistics?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
resources:
static-locations: classpath:/static/,classpath:/views/
... ...
... ... @@ -25,7 +25,7 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
username: logistics
password: ihyTb*^9P2.)Qw
url: jdbc:mysql://10.1.10.105:3306/logistics_pro?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true&serverTimezone=GMT%2B8
url: jdbc:mysql://10.1.10.105:3306/logistics?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true&serverTimezone=GMT%2B8
# swagger相关配置,覆盖全局配置
swagger:
... ...
... ... @@ -15,5 +15,5 @@ ignore:
- trobs
- test
swagger-providers:
- trobs-auth
- trobs-tx-manager
- logistics-auth
- logistics-tx-manager
... ...
... ... @@ -12,6 +12,6 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
username: logistics
password: ihyTb*^9P2.)Qw
url: jdbc:mysql://10.1.10.105:3306/logistics_pro?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8
url: jdbc:mysql://10.1.10.105:3306/logistics?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8
resources:
static-locations: classpath:/static/,classpath:/views/
... ...
... ... @@ -25,7 +25,7 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
username: logistics
password: ihyTb*^9P2.)Qw
url: jdbc:mysql://10.1.10.105:3306/logistics_pro?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
url: jdbc:mysql://10.1.10.105:3306/logistics?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
# swagger相关配置,覆盖全局配置
swagger:
... ...