Skip to content

Commit

Permalink
v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcGueury committed Dec 12, 2023
1 parent 3541420 commit ec3635f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions option/src/app/java_micronaut/micronaut_refresh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@ echo "Refresh the sample Micronaut application"
echo
mkdir orig
mv * orig
curl --location --request GET 'https://launch.micronaut.io/create/default/com.example.demo?lang=JAVA&build=MAVEN&test=JUNIT&javaVersion=JDK_17&features=data-jpa&features=jdbc-hikari&features=oracle' --output demo.zip


curl --location --request GET 'https://launch.micronaut.io/create/default/com.example.demo?lang=JAVA&build=MAVEN&test=JUNIT&javaVersion=JDK_17&features=oracle&features=netty-server&features=hibernate-jpa&features=validation&features=jackson-databind&features=annotation-api&features=graalvm' --output demo.zip
curl --location --request GET 'https://launch.micronaut.io/create/default/com.example.demo?lang=JAVA&build=MAVEN&test=JUNIT&javaVersion=JDK_17&features=data-jdbc&features=jdbc-hikari&features=oracle' --output demo.zip
unzip demo.zip
mv demo/* .
mv demo/.* .
rmdir demo

cp orig/*.sh .
cp orig/openapi_spec.yaml .
cp orig/app.yaml .
Expand All @@ -19,3 +15,5 @@ cp orig/Docker* .
cp orig/src/main/resources/application.properties src/main/resources/.
rm src/test/java/com/example/DemoTest.java
rm src/test/resources/application-test.properties

# Missing redo the .j2 customisation for DeptRepository.java and pom.xml

0 comments on commit ec3635f

Please sign in to comment.