publish 0.1.8

This commit is contained in:
曾文豪
2023-01-31 15:42:27 +08:00
parent 156cce877b
commit c63a6769ad
12 changed files with 25 additions and 56 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng</groupId>
<artifactId>springboot-parent</artifactId>
<version>0.1.8-pre</version>
<version>0.1.8</version>
</parent>
<artifactId>springboot-ademo</artifactId>
@@ -40,6 +40,9 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<embeddedLaunchScript>../script/launchScript</embeddedLaunchScript>
</configuration>
</plugin>
</plugins>
</build>