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
MCMS
Commits
a7a03323
Commit
a7a03323
authored
May 29, 2021
by
msgroup
Browse files
5.2.2链接更新
parent
c42211f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/resources/application-prod.yml
View file @
a7a03323
spring
:
datasource
:
driverClassName
:
com.microsoft.sqlserver.jdbc.SQLServerDriver
url
:
jdbc:sqlserver://localhost:1433;DatabaseName=db-mcms
url
:
jdbc:mysql://localhost:3306/mcms?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&allowMultiQueries=true&useSSL=true
username
:
root
password
:
root
filters
:
wall,mergeStat
type
:
com.alibaba.druid.pool.DruidDataSource
\ No newline at end of file
type
:
com.alibaba.druid.pool.DruidDataSource
src/main/resources/application-test.yml
View file @
a7a03323
spring
:
datasource
:
url
:
jdbc:mysql://
192.168.0.8
:33
1
6/
wb-
mcms
-5.2
?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&allowMultiQueries=true&useSSL=true
username
:
mcms
password
:
mcms
url
:
jdbc:mysql://
localhost
:33
0
6/mcms?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&allowMultiQueries=true&useSSL=true
username
:
root
password
:
root
filters
:
wall,mergeStat
type
:
com.alibaba.druid.pool.DruidDataSource
server
:
port
:
5115
mybatis-plus
:
global-config
:
db-config
:
id-type
:
auto
configuration
:
database-id
:
mysql
cache-enabled
:
true
jdbc-type-for-null
:
'
null'
#注意:单引号
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