Commit ef083fc1 authored by 竹天卫's avatar 竹天卫

jenkins配置4

parent 04170efb
......@@ -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>
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment