Skip to content

Commit ed22af7

Browse files
committed
fix
remove angular
1 parent 343f2e6 commit ed22af7

6 files changed

Lines changed: 5 additions & 12 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
curl -L https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/5.1.1/openapi-generator-cli-5.1.1.jar -o /openapi-generator-cli.jar
22
rm -rf out
3-
java -jar /openapi-generator-cli.jar batch services/service-angular.yaml services/service-spring-appservice.yaml
3+
java -jar /openapi-generator-cli.jar batch services/service-spring-appservice.yaml
44
java -Xmx1024M -DloggerPath=conf/log4j.properties -DsupportingFiles -jar /openapi-generator-cli.jar batch services/service-spring-controller.yaml

src/main/resources/archetype-resources/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ services:
44
image: openapitools/openapi-generator-cli
55
volumes:
66
- .:/work
7-
command: bash -c "chmod +x buildscript; ./buildscript"
7+
command: bash -c "chmod +x build.sh; ./build.sh"
88
working_dir: /work

src/main/resources/archetype-resources/services/service-angular.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/main/resources/archetype-resources/services/service-spring-appservice.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ additionalProperties:
1212
library: spring-boot
1313
artifactId: ${serviceId}-service-appservice
1414
interfaceOnly: true
15+
snapshotVersion: true

src/main/resources/archetype-resources/services/service-spring-controller.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ additionalProperties:
1111
configPackage: ${package}.controller.configuration
1212
library: spring-boot
1313
artifactId: ${serviceId}-service-controller
14+
snapshotVersion: true

src/main/resources/archetype-resources/spec/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.2
22
info:
3-
version: 0.1.0-SNAPSHOT
3+
version: 0.1.0
44
title: ${serviceId}-service
55
servers:
66
- url: 'http://localhost:8080/${serviceId}'

0 commit comments

Comments
 (0)