File tree Expand file tree Collapse file tree 3 files changed +30
-8
lines changed
APIJSON-Java-Server/APIJSONBoot Expand file tree Collapse file tree 3 files changed +30
-8
lines changed Original file line number Diff line number Diff line change 2727 <attribute name =" maven.pomderived" value =" true" />
2828 </attributes >
2929 </classpathentry >
30- <classpathentry kind =" lib" path =" libs/apijson-orm-4.2.3.jar" />
31- <classpathentry kind =" lib" path =" libs/unitauto-2.5.0.jar" />
32- <classpathentry kind =" lib" path =" libs/unitauto-jar-2.5.0.jar" />
33- <classpathentry kind =" lib" path =" libs/apijson-framework-4.3.0.jar" />
30+ <classpathentry kind =" lib" path =" libs/apijson-framework-4.3.2.jar" />
3431 <classpathentry kind =" output" path =" target/classes" />
3532</classpath >
Original file line number Diff line number Diff line change 7272
7373 <!-- 没找到合适且稳定的 Oracle 的 JDBC Maven 依赖,需要自行下载 jar 包 -->
7474
75+ <!-- 可使用 libs 目录的 unitauto-java.jar 和 unitauto-jar.jar 本地 jar 包依赖来替代,两种方式二选一 -->
76+ <dependency >
77+ <groupId >com.github.TommyLemon</groupId >
78+ <artifactId >unitauto-java</artifactId >
79+ <version >2.5.3</version >
80+ </dependency >
81+ <dependency >
82+ <groupId >com.github.TommyLemon</groupId >
83+ <artifactId >unitauto-jar</artifactId >
84+ <version >2.5.3</version >
85+ </dependency >
86+
87+
7588 <!-- 可使用 libs 目录的 apijson-framework.jar 和 apijson-orm.jar 本地 jar 包依赖来替代,两种方式二选一 -->
76- <!-- <dependency>
89+ <dependency >
90+ <groupId >com.github.APIJSON</groupId >
91+ <artifactId >apijson-orm</artifactId >
92+ <version >4.2.3</version >
93+ </dependency >
94+ <!-- <dependency>
7795 <groupId>com.github.APIJSON</groupId>
7896 <artifactId>apijson-framework</artifactId>
79- <version>4.3.1 </version>
97+ <version>4.3.2 </version>
8098 </dependency> -->
8199
82100 </dependencies >
116134 </snapshots >
117135 </repository >
118136 <repository >
119- <id >jitpack.io</id >
120- <url >https://jitpack.io</url >
137+ <id >jitpack.io</id >
138+ <url >https://jitpack.io</url >
139+ <snapshots >
140+ <enabled >true</enabled >
141+ </snapshots >
121142 </repository >
122143 </repositories >
123144 <pluginRepositories >
129150 <id >spring-milestones</id >
130151 <url >http://repo.spring.io/milestone</url >
131152 </pluginRepository >
153+ <pluginRepository >
154+ <id >jitpack.io</id >
155+ <url >https://jitpack.io</url >
156+ </pluginRepository >
132157 </pluginRepositories >
133158
134159</project >
You can’t perform that action at this time.
0 commit comments