Commit 1f6b0e7 1 parent a5ca0e1 commit 1f6b0e7 Copy full SHA for 1f6b0e7
File tree 3 files changed +11
-19
lines changed
3 files changed +11
-19
lines changed Original file line number Diff line number Diff line change 1
- spring.datasource.url =jdbc:mysql://118.190.147.232:3306/fud? useUnicode =true& characterEncoding =utf8& useSSL =false& serverTimezone =Asia/Shanghai
2
- spring.datasource.username =root
3
- spring.datasource.password =Jerry1511 #
1
+ spring.datasource.url =" ???????URL "
2
+ spring.datasource.username =" ?????????? "
3
+ spring.datasource.password =" ????????? "
4
4
spring.datasource.driver-class-name =com.mysql.cj.jdbc.Driver
5
5
6
6
filePath =/usr/test/
7
7
backupPath =/usr/test/backup/
8
8
9
- server.ssl.key-store =classpath:ssl/4506395_www.ouyangyi.info.pfx
10
- server.ssl.key-store-password =9ioHKSps
9
+ server.ssl.key-store =" HTTPs????? "
10
+ server.ssl.key-store-password =" HTTPs??? "
Original file line number Diff line number Diff line change 1
- # spring.datasource.url=jdbc:mysql://localhost:3306/fud?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
2
- # spring.datasource.username=root
3
- # spring.datasource.password=root
4
- # spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
1
+ spring.datasource.url =jdbc:mysql://localhost:3306/fud?useUnicode =true&characterEncoding =utf8&useSSL =false&serverTimezone =Asia/Shanghai
2
+ spring.datasource.username =root
3
+ spring.datasource.password =root
4
+ spring.datasource.driver-class-name =com.mysql.cj.jdbc.Driver
5
5
6
6
filePath =/Users/ouyangyi/Downloads/test/
7
7
backupPath =/Users/ouyangyi/Downloads/test/backup/
8
-
9
- spring.datasource.url =jdbc:mysql://118.190.147.232:3306/fud?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
10
- spring.datasource.username =root
11
- spring.datasource.password =Jerry1511#
12
- spring.datasource.driver-class-name =com.mysql.cj.jdbc.Driver
Original file line number Diff line number Diff line change 1
1
spring.servlet.multipart.max-request-size =100MB
2
2
spring.servlet.multipart.max-file-size =100MB
3
3
4
- spring.profiles.active =product
4
+ spring.profiles.active =test
5
5
6
-
7
- server.port =443
6
+ server.port =8080
8
7
server.tomcat.uri-encoding =utf-8
9
8
10
9
@@ -32,5 +31,3 @@ server.servlet.session.timeout=PT1S
32
31
33
32
spring.mvc.static-path-pattern =/**
34
33
spring.resources.static-locations =classpath:/static/,file:/usr/test/real/
35
-
36
-
You can’t perform that action at this time.
0 commit comments