File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 36
36
<groupId >org.springframework.boot</groupId >
37
37
<artifactId >spring-boot-starter-data-jpa</artifactId >
38
38
</dependency >
39
+
40
+ <dependency >
41
+ <groupId >net.bytebuddy</groupId >
42
+ <artifactId >byte-buddy-dep</artifactId >
43
+ <version >${bytebuddy.version} </version >
44
+ </dependency >
39
45
40
46
<!-- Spring -->
41
47
<dependency >
66
72
</build >
67
73
68
74
<properties >
69
- <jinq .version>1.8.22</jinq .version>
75
+ <jinq .version>1.8.29</jinq .version>
76
+ <bytebuddy .version>1.10.10</bytebuddy .version>
70
77
</properties >
71
78
72
79
</project >
Original file line number Diff line number Diff line change 1
- spring.datasource.url =jdbc:h2:~/jinq
1
+ spring.datasource.url =jdbc:h2:~/jinq; ;DB_CLOSE_ON_EXIT=FALSE
2
2
spring.datasource.username =sa
3
3
spring.datasource.password =
4
4
You can’t perform that action at this time.
0 commit comments