generated from pagopa/template-java-spring-microservice
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PASELC-655] feat: added JUnit tests
- Loading branch information
1 parent
195a4e1
commit fa95d68
Showing
12 changed files
with
1,757 additions
and
1,755 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,19 @@ | ||
# Info | ||
info.properties.environment=local | ||
|
||
# Logging | ||
logging.level.root=INFO | ||
logging.level.it.gov.pagopa=DEBUG | ||
|
||
# CORS configuration | ||
cors.configuration={"origins": ["*"], "methods": ["*"]} | ||
|
||
# Database settings | ||
#spring.datasource.url=jdbc:oracle:thin:@localhost:1521:ORCLCDB | ||
#spring.datasource.username=NODO4_CFG | ||
#spring.datasource.password=NODO4_CFG | ||
#spring.datasource.driver-class-name=oracle.jdbc.OracleDriver | ||
spring.datasource.url=jdbc:postgresql://pagopa-d-weu-nodo-flexible-postgresql.postgres.database.azure.com:6432/nodo?sslmode=require&prepareThreshold=0¤tSchema=cfg | ||
spring.datasource.username=cfg | ||
spring.datasource.password=password | ||
spring.datasource.password=${PASSWORD} | ||
spring.datasource.driver-class-name=org.postgresql.Driver | ||
|
||
# Applicative parameters | ||
sc-int.application_code.max_value: 48 | ||
sc-int.segregation_code.max_value: 48 | ||
sc-int.application_code.max_value=48 | ||
sc-int.segregation_code.max_value=48 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.