File tree Expand file tree Collapse file tree 2 files changed +7
-26
lines changed
springboot-freemarker-sample Expand file tree Collapse file tree 2 files changed +7
-26
lines changed Original file line number Diff line number Diff line change 1313 <version >0.0.1-SNAPSHOT</version >
1414 <name >dubbo-http-sample</name >
1515 <description >Demo project for Spring Boot</description >
16-
16+
1717
1818 <properties >
1919 <java .version>1.8</java .version>
Original file line number Diff line number Diff line change 1616 <properties >
1717 <java .version>1.8</java .version>
1818 <repackage .classifier/>
19- <spring-native .version>0.10.3</spring-native .version>
19+ <!-- <spring-native.version>0.10.3</spring-native.version> -- >
2020 </properties >
2121 <dependencies >
2222 <dependency >
2323 <groupId >org.springframework.boot</groupId >
2424 <artifactId >spring-boot-starter</artifactId >
2525 </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> -- >
3131
3232 <dependency >
3333 <groupId >org.springframework.boot</groupId >
6767 </image >
6868 </configuration >
6969 </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 >
8970 </plugins >
9071 </build >
9172 <repositories >
You can’t perform that action at this time.
0 commit comments