Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
西魏
cms_sys
Commits
3a4880c4
Commit
3a4880c4
authored
Dec 22, 2020
by
xierz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上线配置文件
parent
52d6f85f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
16 deletions
+15
-16
pom.xml
pom.xml
+4
-4
application-dev.yml
src/main/resources/application-dev.yml
+10
-11
application.yml
src/main/resources/application.yml
+1
-1
No files found.
pom.xml
View file @
3a4880c4
...
...
@@ -34,10 +34,10 @@
</repository>
</repositories>
<dependencies>
<dependency
>
<groupId>
net.mingsoft
</groupId
>
<artifactId>
ms-mwebsite
</artifactId
>
</dependency
>
<!-- <dependency>--
>
<!-- <groupId>net.mingsoft</groupId>--
>
<!-- <artifactId>ms-mwebsite</artifactId>--
>
<!-- </dependency>--
>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mpeople
</artifactId>
...
...
src/main/resources/application-dev.yml
View file @
3a4880c4
spring
:
datasource
:
url
:
jdbc:mysql://192.168.0.8:3316/mcms-dev-5.2-8?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&allowMultiQueries=true&useSSL=true
username
:
mcms
password
:
mcms
filters
:
wall,mergeStat
type
:
com.alibaba.druid.pool.DruidDataSource
#spring:
# datasource:
# driver-class-name: oracle.jdbc.driver.OracleDriver
# url: jdbc:oracle:thin:@192.168.0.7:1521:helowin
# username: mcms
# url: jdbc:mysql://192.168.0.8:3316/mcms-dev-5.2-8?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&allowMultiQueries=true&useSSL=true
# username: mcms_dev_1
# password: mcms
# filters: wall,mergeStat
# type: com.alibaba.druid.pool.DruidDataSource
spring
:
datasource
:
driver-class-name
:
oracle.jdbc.driver.OracleDriver
url
:
jdbc:oracle:thin:@192.168.0.7:1521:helowin
username
:
mcms_dev_1
password
:
mcms
filters
:
wall,mergeStat
type
:
com.alibaba.druid.pool.DruidDataSource
src/main/resources/application.yml
View file @
3a4880c4
...
...
@@ -96,6 +96,6 @@ mybatis-plus:
db-config
:
id-type
:
auto
configuration
:
database-id
:
mysql
database-id
:
oracle
cache-enabled
:
true
jdbc-type-for-null
:
'
null'
#注意:单引号
Write
Preview
Markdown
is supported
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