-
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.
Project restructuration + Logging and Docker Enabling.
- Loading branch information
1 parent
e1e1e43
commit de9fbcb
Showing
6 changed files
with
51 additions
and
36 deletions.
There are no files selected for viewing
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
2 changes: 1 addition & 1 deletion
2
...h/objectmorph/ObjectmorphApplication.java → ...jectmorph/app/ObjectmorphApplication.java
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
2 changes: 1 addition & 1 deletion
2
...jectmorph/logic/ObjectmorphSingleton.java → ...morph/app/logic/ObjectmorphSingleton.java
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
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 |
---|---|---|
@@ -1,3 +1,13 @@ | ||
spring: | ||
application: | ||
name: "objectmorph-app" | ||
name: "objectmorph-app" | ||
logging: | ||
level: | ||
root: DEBUG | ||
com: | ||
github: | ||
objectmorph: WARN | ||
file.name: logs/objectmorph-app.log | ||
pattern: | ||
console: "%d{yyyy-MM-dd HH:mm:ss} - %msg%n" | ||
file: "%d{yyyy-MM-dd HH:mm:ss} - %msg%n" |