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 27
27
<attribute name =" maven.pomderived" value =" true" />
28
28
</attributes >
29
29
</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" />
34
31
<classpathentry kind =" output" path =" target/classes" />
35
32
</classpath >
Original file line number Diff line number Diff line change 72
72
73
73
<!-- 没找到合适且稳定的 Oracle 的 JDBC Maven 依赖,需要自行下载 jar 包 -->
74
74
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
+
75
88
<!-- 可使用 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>
77
95
<groupId>com.github.APIJSON</groupId>
78
96
<artifactId>apijson-framework</artifactId>
79
- <version>4.3.1 </version>
97
+ <version>4.3.2 </version>
80
98
</dependency> -->
81
99
82
100
</dependencies >
116
134
</snapshots >
117
135
</repository >
118
136
<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 >
121
142
</repository >
122
143
</repositories >
123
144
<pluginRepositories >
129
150
<id >spring-milestones</id >
130
151
<url >http://repo.spring.io/milestone</url >
131
152
</pluginRepository >
153
+ <pluginRepository >
154
+ <id >jitpack.io</id >
155
+ <url >https://jitpack.io</url >
156
+ </pluginRepository >
132
157
</pluginRepositories >
133
158
134
159
</project >
You can’t perform that action at this time.
0 commit comments