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
d706b1f7
Commit
d706b1f7
authored
Jan 21, 2021
by
msgroup
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oracle
parent
fbcd0070
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
85 deletions
+5
-85
ojdbc8.jar
lib/ojdbc8.jar
+0
-0
pom.xml
pom.xml
+3
-83
application-dev.yml
src/main/resources/application-dev.yml
+2
-2
No files found.
lib/ojdbc8.jar
0 → 100755
View file @
d706b1f7
File added
pom.xml
View file @
d706b1f7
...
...
@@ -44,8 +44,8 @@
</dependency>
<dependency>
<groupId>
com.oracle
</groupId>
<artifactId>
ojdbc
6
</artifactId>
<version>
11.2.0.1.0
</version>
<artifactId>
ojdbc
8
</artifactId>
<version>
8
</version>
</dependency>
...
...
@@ -76,69 +76,7 @@
<build>
<finalName>
ms-mcms
</finalName>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-jar-plugin
</artifactId>
<version>
3.1.2
</version>
<configuration>
<excludes>
<exclude>
**/static/plugins/
</exclude>
<exclude>
**/static/skin/
</exclude>
<exclude>
**/*.yml
</exclude>
<exclude>
**/Dockerfile
</exclude>
<exclude>
**/ehcache.xml
</exclude>
<exclude>
**/upgrade/
</exclude>
<exclude>
**/MSApplication.*
</exclude>
<exclude>
**/MSServletInitializer.*
</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
<version>
2.2.1
</version>
<configuration>
<excludes>
<exclude>
**/static/plugins/
</exclude>
<exclude>
**/static/skin/
</exclude>
<exclude>
**/*.yml
</exclude>
<exclude>
**/Dockerfile
</exclude>
<exclude>
**/ehcache.xml
</exclude>
<exclude>
**/upgrade/
</exclude>
<exclude>
**/config/
</exclude>
<exclude>
**/MSApplication.java
</exclude>
<exclude>
**/MSServletInitializer.java
</exclude>
</excludes>
</configuration>
<executions>
<execution>
<id>
attach-sources
</id>
<goals>
<goal>
jar-no-fork
</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
2.9.1
</version>
<configuration>
<charset>
UTF-8
</charset>
<encoding>
UTF-8
</encoding>
<docencoding>
UTF-8
</docencoding>
<javadocExecutable>
${java.home}/../bin/javadoc
</javadocExecutable>
<additionalparam>
-Xdoclint:none
</additionalparam>
</configuration>
<executions>
<execution>
<id>
attach-javadocs
</id>
<goals>
<goal>
jar
</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
...
...
@@ -164,24 +102,6 @@
</dependencies>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-release-plugin
</artifactId>
<configuration>
<arguments>
-Dgpg.passphrase=${gpg.passphrase}
</arguments>
</configuration>
</plugin>
<!-- 打包war包使用 -->
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-war-plugin
</artifactId>
<configuration>
<warSourceExcludes>
src/main/resources/**
</warSourceExcludes>
<warName>
mcms
</warName>
</configuration>
</plugin>
</plugins>
<resources>
...
...
src/main/resources/application-dev.yml
View file @
d706b1f7
...
...
@@ -8,9 +8,9 @@
spring
:
datasource
:
driver-class-name
:
oracle.jdbc.driver.OracleDriver
url
:
jdbc:oracle:thin:@
192.168.0.7:1521:helowin
url
:
jdbc:oracle:thin:@
47.103.206.252:1521:ORCLCDB
username
:
mcms
password
:
mcms
password
:
123456789
filters
:
wall,mergeStat
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