Skip to content

Commit ebee8f4

Browse files
authored
Merge pull request #31 from CommitField/feature/#6
chore : secret yml fix (#6)
2 parents 51f2340 + 9f2baff commit ebee8f4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

โ€Žsrc/main/resources/application-prod.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ spring:
2727
use_sql_comments: false
2828
logging:
2929
level:
30-
com.ll.demo03: INFO
3130
org.hibernate.SQL: INFO
3231
org.hibernate.orm.jdbc.bind: INFO
3332
org.hibernate.orm.jdbc.extract: INFO

โ€Žsrc/main/resources/application-secret.yml.default

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
custom:
2+
secret:
3+
spring:
4+
data:
5+
redis:
6+
password: cmf123414
7+
key: cmf123414
18
spring:
29
security:
310
oauth2:

0 commit comments

Comments
ย (0)