Skip to content

Commit

Permalink
use yml file to replace with properties
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed Dec 27, 2016
1 parent 362e304 commit 9125cb7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
/.settings/
*.project
*.classpath
application.properties
application.yml
/.idea/
*.iml
6 changes: 0 additions & 6 deletions src/main/resources/application.properties.template

This file was deleted.

11 changes: 11 additions & 0 deletions src/main/resources/application.yml.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
logging:
level:
org.springframework.web: DEBUG
com.github.binarywang.demo.wechat: DEBUG

wechat:
mp:
appId:
secret:
token:
aesKey:

0 comments on commit 9125cb7

Please sign in to comment.