init: sdkman管理jdk版本
This commit is contained in:
6
.sdkmanrc
Normal file
6
.sdkmanrc
Normal file
@@ -0,0 +1,6 @@
|
||||
# Enable auto-env through the sdkman_auto_env config
|
||||
# To use .sdkmanrc auto-switching, run: sdk config
|
||||
# Set sdkman_auto_env=true in ~/.sdkman/etc/config
|
||||
|
||||
java=17.0.17-tem
|
||||
maven=3.9.11
|
||||
@@ -47,11 +47,11 @@
|
||||
<artifactId>mysql-connector-j</artifactId>
|
||||
</dependency>
|
||||
<!-- Oracle -->
|
||||
<dependency>
|
||||
<!--<dependency>
|
||||
<groupId>com.oracle</groupId>
|
||||
<artifactId>ojdbc7</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
</dependency>-->
|
||||
<!-- PostgreSql -->
|
||||
<dependency>
|
||||
<groupId>org.postgresql</groupId>
|
||||
@@ -71,11 +71,11 @@
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<!--YashanDB-->
|
||||
<dependency>
|
||||
<!--<dependency>
|
||||
<groupId>com.yashandb.jdbc</groupId>
|
||||
<artifactId>yasdb-jdbc</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
</dependency>-->
|
||||
<!-- Auto -->
|
||||
<dependency>
|
||||
<groupId>org.springblade</groupId>
|
||||
|
||||
Reference in New Issue
Block a user