-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#83: Restructuring of files in project root
- Loading branch information
Showing
69 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ FROM mysql:latest | |
|
||
LABEL maintainer="Boris Blagojević <[email protected]>" | ||
|
||
COPY ./src/main/db/script /docker-entrypoint-initdb.d/ | ||
COPY ./db/script /docker-entrypoint-initdb.d/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,10 @@ LABEL maintainer="Boris Blagojević <[email protected]>" | |
|
||
WORKDIR /app | ||
|
||
COPY ./src/main/ui/package*.json . | ||
COPY ./app/web/package*.json . | ||
|
||
RUN npm install | ||
|
||
COPY ./src/main/ui . | ||
COPY ./app/web . | ||
|
||
CMD npm start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ FROM eclipse-temurin:17-jdk-alpine | |
|
||
LABEL maintainer="Boris Blagojević <[email protected]>" | ||
|
||
COPY .mvn/ .mvn | ||
COPY mvnw mvnw.cmd pom.xml ./ | ||
COPY ./service/.mvn/ .mvn | ||
COPY ./service/mvnw ./service/mvnw.cmd ./service/pom.xml ./ | ||
|
||
RUN dos2unix mvnw && chmod +x mvnw | ||
|
||
RUN ./mvnw dependency:resolve | ||
|
||
COPY src/main/java ./src/main/java | ||
COPY src/main/resources ./src/main/resources | ||
COPY ./service/src/main/java ./src/main/java | ||
COPY ./service/src/main/resources ./src/main/resources | ||
|
||
CMD ["./mvnw", "spring-boot:run"] |
File renamed without changes.
File renamed without changes.
File renamed without changes.
0
mvnw → service/mvnw
100755 → 100644
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.