🎉 2.0.0-RC3
This commit is contained in:
parent
8c5b9ad707
commit
8c6d6ab831
|
|
@ -60,14 +60,6 @@
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
|
||||||
<groupId>org.springframework.boot</groupId>
|
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<skip>true</skip>
|
|
||||||
<finalName>${project.name}</finalName>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.spotify</groupId>
|
<groupId>com.spotify</groupId>
|
||||||
<artifactId>docker-maven-plugin</artifactId>
|
<artifactId>docker-maven-plugin</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ public class CodeGenerator {
|
||||||
/**
|
/**
|
||||||
* RUN THIS
|
* RUN THIS
|
||||||
*/
|
*/
|
||||||
public static void main(String[] args) {
|
public static void generate() {
|
||||||
BladeGenerator generator = new BladeGenerator();
|
BladeGenerator generator = new BladeGenerator();
|
||||||
generator.setPackageName(PACKAGE_NAME);
|
generator.setPackageName(PACKAGE_NAME);
|
||||||
generator.setPackageDir(PACKAGE_DIR);
|
generator.setPackageDir(PACKAGE_DIR);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user