Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
data-acquisition
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
竹天卫
data-acquisition
Commits
ef083fc1
Commit
ef083fc1
authored
Apr 22, 2021
by
竹天卫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jenkins配置4
parent
04170efb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
pom.xml
acquisition-business/pom.xml
+12
-0
application-dev.yml
acquisition-business/src/main/resources/application-dev.yml
+3
-2
No files found.
acquisition-business/pom.xml
View file @
ef083fc1
...
...
@@ -196,6 +196,18 @@
<version>
20180130
</version>
</dependency>
<dependency>
<groupId>
com.microsoft.sqlserver
</groupId>
<artifactId>
mssq-jdbc
</artifactId>
<scope>
runtime
</scope>
</dependency>
<dependency>
<groupId>
com.hynnet
</groupId>
<artifactId>
sqljdbc4-chs
</artifactId>
<version>
4.0.2206.100
</version>
</dependency>
</dependencies>
<profiles>
<profile>
...
...
acquisition-business/src/main/resources/application-dev.yml
View file @
ef083fc1
...
...
@@ -7,8 +7,9 @@ spring:
profiles
:
active
:
dev
datasource
:
# 192.168.110.85 data-acquisition
url
:
jdbc:mysql://192.168.110.85:3306/data-acquisition?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false
# 192.168.110.85 fpsn
url
:
jdbc:sqlserver://192.168.110.85:1433;DatabaseName=fpsn
driver-class-name
:
com.microsoft.sqlserver.jdbc.SQLServerDriver
username
:
root
password
:
admin!@#123
driverClassName
:
com.mysql.cj.jdbc.Driver
...
...
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