Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
wangming
/
kzy-oss
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 8792dcb8
authored
Mar 26, 2020
by
wangming
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '105' into 'master'
105 See merge request
!22
2 parents
356d6b0f
7e8706ef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
src/main/resources/servers/105/application.properties
src/main/resources/servers/online/application.properties
src/main/resources/servers/105/application.properties
View file @
8792dcb
...
...
@@ -6,6 +6,8 @@ spring.datasource.driverClassName = com.mysql.jdbc.Driver
spring.datasource.url
=
jdbc:mysql://192.168.20.183:3306/kzy_db_test?useUnicode=yes&characterEncoding=utf-8
spring.datasource.username
=
kzy_user
spring.datasource.password
=
Kzy2020#yY
spring.http.multipart.maxFileSize
=
50Mb
spring.http.multipart.maxRequestSize
=
50Mb
spring.jpa.hibernate.ddl-
auto
=
update
spring.jpa.show-
sql
=
true
...
...
src/main/resources/servers/online/application.properties
View file @
8792dcb
...
...
@@ -5,7 +5,8 @@ spring.datasource.driverClassName = com.mysql.jdbc.Driver
spring.datasource.url
=
jdbc:mysql://127.0.0.1:3306/kzy_db?useUnicode=true&characterEncoding=utf-8
spring.datasource.username
=
kzy_user
spring.datasource.password
=
KKzy2020#kH
spring.http.multipart.maxFileSize
=
50Mb
spring.http.multipart.maxRequestSize
=
50Mb
spring.jpa.hibernate.ddl-
auto
=
update
spring.jpa.show-
sql
=
true
spring.jpa.properties.hibernate.format_sql
=
true
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment