refractor(controller): Use List<> instead of []
This commit is contained in:
parent
69d9e0d736
commit
141a957a8d
24 changed files with 991 additions and 380 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM --platform=linux/amd64 openjdk:21
|
||||
FROM maven:3.9.9-amazoncorretto-21-debian AS build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
@ -6,4 +6,4 @@ COPY ./build/libs/ilp-coursework-0.0.1-SNAPSHOT.jar app.jar
|
|||
|
||||
EXPOSE 8080
|
||||
|
||||
ENTRYPOINT ["java", "-jar", "app.jar"]
|
||||
ENTRYPOINT ["java", "-jar", "app.jar"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue