Skip to content

Commit de2f18a

Browse files
committed
FIXED DOCKER.md link
1 parent c63992a commit de2f18a

File tree

6 files changed

+2
-450
lines changed

6 files changed

+2
-450
lines changed

documents/INSTALLATION.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ Fill the login form as follows and click on Connect:
8787

8888
#### Running the application via docker container
8989

90-
* Refer to [DOCKER.md](/DOCKER.md) for details.
90+
* Refer to [DOCKER.md](./DOCKER.md) for details.

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# https://docs.spring.io/spring-boot/docs/current/reference/html/appendix-application-properties.html
33

44
# Comma-separated list of active profiles. Can be overridden by a command line switch.
5-
spring.profiles.active=test
5+
spring.profiles.active=dev

src/test/java/io/github/anantharajuc/sbat/app/user/controllers/PersonCommandControllerTest.java

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

src/test/java/io/github/anantharajuc/sbat/person/repositories/PersonRepositoryTestIT.java

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

src/test/java/io/github/anantharajuc/sbat/person/services/PersonCommandServiceImplTests.java

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

0 commit comments

Comments
 (0)