@@ -20,9 +20,9 @@ If you are developing with Java 8, please use the following dependency:
20
20
<maven .compiler.source>${java.version}</maven .compiler.source>
21
21
<maven .compiler.target>${java.version}</maven .compiler.target>
22
22
<graalvm .version>23.1.1</graalvm .version>
23
- <tio-boot .version>1.4.2 </tio-boot .version>
23
+ <tio-boot .version>1.4.3 </tio-boot .version>
24
24
<lombok-version >1.18.30</lombok-version >
25
- <hotswap-classloader .version>1.2.2 </hotswap-classloader .version>
25
+ <hotswap-classloader .version>1.2.3 </hotswap-classloader .version>
26
26
<final .name>web-hello</final .name>
27
27
<main .class>com.litongjava.tio.web.hello.HelloApp</main .class>
28
28
</properties >
@@ -33,12 +33,26 @@ If you are developing with Java 8, please use the following dependency:
33
33
<version >1.2.3</version >
34
34
35
35
</dependency >
36
+
37
+
36
38
<dependency >
37
39
<groupId >com.litongjava</groupId >
38
40
<artifactId >tio-boot</artifactId >
39
41
<version >${tio-boot.version}</version >
40
42
</dependency >
41
43
44
+ <dependency >
45
+ <groupId >com.litongjava</groupId >
46
+ <artifactId >hotswap-classloader</artifactId >
47
+ <version >${hotswap-classloader.version}</version >
48
+ </dependency >
49
+
50
+ <dependency >
51
+ <groupId >com.litongjava</groupId >
52
+ <artifactId >jfinal-aop</artifactId >
53
+ <version >1.2.4</version >
54
+ </dependency >
55
+
42
56
<dependency >
43
57
<groupId >org.projectlombok</groupId >
44
58
<artifactId >lombok</artifactId >
@@ -47,12 +61,6 @@ If you are developing with Java 8, please use the following dependency:
47
61
<scope >provided</scope >
48
62
</dependency >
49
63
50
- <dependency >
51
- <groupId >com.litongjava</groupId >
52
- <artifactId >hotswap-classloader</artifactId >
53
- <version >${hotswap-classloader.version}</version >
54
- </dependency >
55
-
56
64
<dependency >
57
65
<groupId >junit</groupId >
58
66
<artifactId >junit</artifactId >
0 commit comments