mirror of
https://github.com/chillzhuang/blade-tool
synced 2024-12-12 12:19:27 +08:00
✨ 开始 4.2.1-SNAPSHOT
This commit is contained in:
parent
264164e510
commit
aabed6e7c5
9
pom.xml
9
pom.xml
@ -36,7 +36,7 @@
|
||||
|
||||
<properties>
|
||||
<!-- Blade-Tool Version -->
|
||||
<revision>4.2.0</revision>
|
||||
<revision>4.2.1-SNAPSHOT</revision>
|
||||
<!-- jdk Version -->
|
||||
<java.version>17</java.version>
|
||||
<maven.plugin.version>3.11.0</maven.plugin.version>
|
||||
@ -323,10 +323,15 @@
|
||||
<version>8.0.1.Final</version>
|
||||
</dependency>
|
||||
<!-- Druid -->
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>druid</artifactId>
|
||||
<version>${druid.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>druid-spring-boot-3-starter</artifactId>
|
||||
<version>1.2.22</version>
|
||||
<version>${druid.version}</version>
|
||||
</dependency>
|
||||
<!-- MySQL -->
|
||||
<dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user