File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
APIJSON-Java-Server/APIJSONBoot-MultiDataSource Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 149
149
<artifactId >postgresql</artifactId >
150
150
<version >42.7.3</version >
151
151
</dependency >
152
- <!-- <dependency> -- >
153
- <!-- <groupId>net.sourceforge.jtds</groupId> -- >
154
- <!-- <artifactId>jtds</artifactId> -- >
155
- <!-- <version>1.3.1</version> -- >
156
- <!-- </dependency> -- >
157
- <!-- <dependency> -- >
158
- <!-- <groupId>org.xerial</groupId> -- >
159
- <!-- <artifactId>sqlite-jdbc</artifactId> -- >
160
- <!-- <version>3.39.3.0</version> -- >
161
- <!-- </dependency> -- >
152
+ <dependency >
153
+ <groupId >net.sourceforge.jtds</groupId >
154
+ <artifactId >jtds</artifactId >
155
+ <version >1.3.1</version >
156
+ </dependency >
157
+ <dependency >
158
+ <groupId >org.xerial</groupId >
159
+ <artifactId >sqlite-jdbc</artifactId >
160
+ <version >3.39.3.0</version >
161
+ </dependency >
162
162
<!-- <dependency>-->
163
163
<!-- <groupId>com.dameng</groupId>-->
164
164
<!-- <artifactId>Dm7JdbcDriver15</artifactId>-->
You can’t perform that action at this time.
0 commit comments