Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Springboot Plus
Commits
6d48937d
Commit
6d48937d
authored
Dec 01, 2019
by
trumansdo
Browse files
独立出vue版数据库
parent
5190a166
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
plus-admin/admin-console/src/main/resources/application.properties
View file @
6d48937d
...
@@ -12,7 +12,7 @@ server.undertow.worker-threads=20
...
@@ -12,7 +12,7 @@ server.undertow.worker-threads=20
server.undertow.buffer-size
=
4096
server.undertow.buffer-size
=
4096
server.undertow.direct-buffers
=
true
server.undertow.direct-buffers
=
true
spring.datasource.baseDataSource.url
=
jdbc:mysql://127.0.0.1:3306/starter?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8&useSSL=false&useInformationSchema=true
spring.datasource.baseDataSource.url
=
jdbc:mysql://127.0.0.1:3306/starter
_vue
?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8&useSSL=false&useInformationSchema=true
spring.datasource.baseDataSource.username
=
root
spring.datasource.baseDataSource.username
=
root
spring.datasource.baseDataSource.password
=
123456
spring.datasource.baseDataSource.password
=
123456
spring.datasource.baseDataSource.driver-class-name
=
com.mysql.cj.jdbc.Driver
spring.datasource.baseDataSource.driver-class-name
=
com.mysql.cj.jdbc.Driver
...
...
plus-admin/doc/starter-mysql.sql
View file @
6d48937d
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment