mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 11:06:49 +00:00
refactor/revoke the .gitignore change
This commit is contained in:
parent
584fa9e113
commit
410e56b050
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,6 +10,7 @@
|
||||
.project
|
||||
.cache
|
||||
target
|
||||
obp-api/src/main/resources/
|
||||
obp-api/src/test/resources/**
|
||||
!obp-api/src/test/resources/frozen_type_meta_data
|
||||
*.iml
|
||||
|
||||
@ -190,7 +190,7 @@ Note: Your Java environment may need to be setup correctly to use SSL
|
||||
|
||||
Restart OBP-API, if you get an error, check your Java environment can connect to the host over SSL.
|
||||
|
||||
Note you can copy the following example files to prepare your own configurations:
|
||||
Note: You can copy the following example files to prepare your own configurations
|
||||
- /obp-api/src/main/resources/logback.xml.example -> /obp-api/src/main/resources/logback.xml (try TRACE or DEBUG)
|
||||
- /obp-api/src/main/resources/logback-test.xml.example -> /obp-api/src/main/resources/logback-test.xml (try TRACE or DEBUG)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user