File tree 2 files changed +7
-26
lines changed
springboot-freemarker-sample
2 files changed +7
-26
lines changed Original file line number Diff line number Diff line change 13
13
<version >0.0.1-SNAPSHOT</version >
14
14
<name >dubbo-http-sample</name >
15
15
<description >Demo project for Spring Boot</description >
16
-
16
+
17
17
18
18
<properties >
19
19
<java .version>1.8</java .version>
Original file line number Diff line number Diff line change 16
16
<properties >
17
17
<java .version>1.8</java .version>
18
18
<repackage .classifier/>
19
- <spring-native .version>0.10.3</spring-native .version>
19
+ <!-- <spring-native.version>0.10.3</spring-native.version> -- >
20
20
</properties >
21
21
<dependencies >
22
22
<dependency >
23
23
<groupId >org.springframework.boot</groupId >
24
24
<artifactId >spring-boot-starter</artifactId >
25
25
</dependency >
26
- <dependency >
27
- <groupId >org.springframework.experimental</groupId >
28
- <artifactId >spring-native</artifactId >
29
- <version >${spring-native.version} </version >
30
- </dependency >
26
+ <!-- <dependency> -- >
27
+ <!-- <groupId>org.springframework.experimental</groupId> -- >
28
+ <!-- <artifactId>spring-native</artifactId> -- >
29
+ <!-- <version>${spring-native.version}</version> -- >
30
+ <!-- </dependency> -- >
31
31
32
32
<dependency >
33
33
<groupId >org.springframework.boot</groupId >
67
67
</image >
68
68
</configuration >
69
69
</plugin >
70
- <plugin >
71
- <groupId >org.springframework.experimental</groupId >
72
- <artifactId >spring-aot-maven-plugin</artifactId >
73
- <version >${spring-native.version} </version >
74
- <executions >
75
- <execution >
76
- <id >test-generate</id >
77
- <goals >
78
- <goal >test-generate</goal >
79
- </goals >
80
- </execution >
81
- <execution >
82
- <id >generate</id >
83
- <goals >
84
- <goal >generate</goal >
85
- </goals >
86
- </execution >
87
- </executions >
88
- </plugin >
89
70
</plugins >
90
71
</build >
91
72
<repositories >
You can’t perform that action at this time.
0 commit comments