File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ ENV MY_SPRING_PROFILE=$SPRING_PROFILE
5
5
ARG APP_FILE
6
6
ADD backend/${APP_FILE} /app.jar
7
7
ENV JAVA_OPTS="-XX:+UseG1GC -XX:MaxGCPauseMillis=100 -XX:+UseStringDeduplication"
8
- ENTRYPOINT exec java $JAVA_OPTS -Dspring.profiles.active=$MY_SPRING_PROFILE -Dliquibase.duplicateFileMode=WARN -Djava.security.egd=file:/dev/./urandom -jar /app.jar
8
+ ENTRYPOINT exec java $JAVA_OPTS -DspringAot=true - Dspring.profiles.active=$MY_SPRING_PROFILE -Dliquibase.duplicateFileMode=WARN -Djava.security.egd=file:/dev/./urandom -jar /app.jar
Original file line number Diff line number Diff line change 12
12
*/
13
13
plugins {
14
14
id ' java'
15
- id ' org.springframework.boot' version ' 3.2.0 '
16
- id ' org.graalvm.buildtools.native' version ' 0.9.28 '
15
+ id ' org.springframework.boot' version ' 3.2.2 '
16
+ id ' org.graalvm.buildtools.native' version ' 0.10.0 '
17
17
id ' io.spring.dependency-management' version ' 1.1.4'
18
18
id ' org.hibernate.orm' version ' 6.3.1.Final'
19
19
}
You can’t perform that action at this time.
0 commit comments