refactor/revoke the .gitignore change

This commit is contained in:
hongwei 2023-12-18 11:35:00 +01:00
parent 584fa9e113
commit 410e56b050
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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)