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
fbcd0070
Commit
fbcd0070
authored
Jan 13, 2021
by
msgroup
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oracle
parent
abcae464
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
pom.xml
pom.xml
+1
-3
application-dev.yml
src/main/resources/application-dev.yml
+1
-1
No files found.
pom.xml
View file @
fbcd0070
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<repository>
<repository>
<id>
deploy
</id>
<id>
deploy
</id>
<name>
ms
</name>
<name>
ms
</name>
<url>
http://192.168.0.8:5000/repository/maven-
public
/
</url>
<url>
http://192.168.0.8:5000/repository/maven-
releases
/
</url>
<releases>
<releases>
<enabled>
true
</enabled>
<enabled>
true
</enabled>
</releases>
</releases>
...
@@ -46,8 +46,6 @@
...
@@ -46,8 +46,6 @@
<groupId>
com.oracle
</groupId>
<groupId>
com.oracle
</groupId>
<artifactId>
ojdbc6
</artifactId>
<artifactId>
ojdbc6
</artifactId>
<version>
11.2.0.1.0
</version>
<version>
11.2.0.1.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/lib/ojdbc6.jar
</systemPath>
</dependency>
</dependency>
...
...
src/main/resources/application-dev.yml
View file @
fbcd0070
...
@@ -9,7 +9,7 @@ spring:
...
@@ -9,7 +9,7 @@ spring:
datasource
:
datasource
:
driver-class-name
:
oracle.jdbc.driver.OracleDriver
driver-class-name
:
oracle.jdbc.driver.OracleDriver
url
:
jdbc:oracle:thin:@192.168.0.7:1521:helowin
url
:
jdbc:oracle:thin:@192.168.0.7:1521:helowin
username
:
mcms
_dev_1
username
:
mcms
password
:
mcms
password
:
mcms
filters
:
wall,mergeStat
filters
:
wall,mergeStat
type
:
com.alibaba.druid.pool.DruidDataSource
type
:
com.alibaba.druid.pool.DruidDataSource
...
...
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