修改细节,删除具体的框架信息。
更改数据库,删除具体的框架信息。
This commit is contained in:
@@ -4,7 +4,7 @@ spring:
|
||||
druid:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
# url: jdbc:mysql://localhost:3306/wcs-renren?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
||||
url: jdbc:mysql://132.232.34.114:4277/wcs_renren?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
||||
url: jdbc:mysql://132.232.34.114:4277/produce_wcs?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
||||
username: root
|
||||
# password: 123456
|
||||
password: mt_qgs%wb*-20190430
|
||||
|
||||
@@ -3,7 +3,7 @@ spring:
|
||||
type: com.alibaba.druid.pool.DruidDataSource
|
||||
druid:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://localhost:3306/renren_fast?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
||||
url: jdbc:mysql://localhost:3306/produce_wcs?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
||||
username: renren
|
||||
password: 123456
|
||||
initial-size: 10
|
||||
|
||||
@@ -7,7 +7,7 @@ server:
|
||||
port: 8080
|
||||
connection-timeout: 5000ms
|
||||
servlet:
|
||||
context-path: /wcs-renren
|
||||
context-path: /wcs
|
||||
|
||||
spring:
|
||||
# 环境 dev|test|prod
|
||||
|
||||
Reference in New Issue
Block a user