JAVA-941: Migrate spring-jinq to parent-boot-2
This commit is contained in:
parent
78683ecf0c
commit
5f8f1873ae
|
@ -36,6 +36,12 @@
|
|||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>net.bytebuddy</groupId>
|
||||
<artifactId>byte-buddy-dep</artifactId>
|
||||
<version>${bytebuddy.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Spring -->
|
||||
<dependency>
|
||||
|
@ -66,7 +72,8 @@
|
|||
</build>
|
||||
|
||||
<properties>
|
||||
<jinq.version>1.8.22</jinq.version>
|
||||
<jinq.version>1.8.29</jinq.version>
|
||||
<bytebuddy.version>1.10.10</bytebuddy.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
spring.datasource.url=jdbc:h2:~/jinq
|
||||
spring.datasource.url=jdbc:h2:~/jinq;;DB_CLOSE_ON_EXIT=FALSE
|
||||
spring.datasource.username=sa
|
||||
spring.datasource.password=
|
||||
|
||||
|
|
Loading…
Reference in New Issue