Skip to content

Commit 74f51df

Browse files
committed
Merge branch 'master' of https://github.com/fdanismaz/java
2 parents 9c8b3a5 + 39ea0ba commit 74f51df

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# java
2+
3+
Each project listed here has its own documentation explaining its scope and objective.
4+
5+
Please visit [Wiki](https://github.com/fdanismaz/java/wiki) page and see the Sidebar menu for more information.

csrf-protection/actual-app/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ logging:
77
org.springframework: ERROR
88
com.fd: TRACE
99
pattern:
10-
console: "%-5level %d{yyyy-MM-dd HH:mm:ss} - %msg%n"
10+
console: "%-5level %d{yyyy-MM-dd HH:mm:ss} - %msg%n"

csrf-protection/attacker-app/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ logging:
77
org.springframework: ERROR
88
com.fd: TRACE
99
pattern:
10-
console: "%-5level %d{yyyy-MM-dd HH:mm:ss} - %msg%n"
10+
console: "%-5level %d{yyyy-MM-dd HH:mm:ss} - %msg%n"

0 commit comments

Comments
 (0)