diff --git a/.gitignore b/.gitignore index 23a05a7..5c9dda2 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,6 @@ build/ !**/src/main/**/build/ !**/src/test/**/build/ - +!**/src/main/resources/application-dev.properties ### VS Code ### .vscode/ diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index 6c6fa52..df42857 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -8,7 +8,7 @@ spring.ldap.urls=rls=https://sistemas.udea.edu.co/api/ldap/login/{username} #config data base spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.username=root -spring.datasource.password=Tascon1234W% +spring.datasource.password= spring.datasource.url=jdbc:mysql://localhost:3306/console_lis?allowPublicKeyRetrieval=true&useSSL=false springdoc.default-produces-media-type=application/json spring.jpa.show-sql=true diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index 4a70bb8..46630ef 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -8,7 +8,7 @@ spring.ldap.urls=rls=https://sistemas.udea.edu.co/api/ldap/login/{username} #config data base spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.username=root -spring.datasource.password=c0ns0l3ll1s +spring.datasource.password=c0ns0l3l1s spring.datasource.url=jdbc:mysql://localhost:33060/console_lis?allowPublicKeyRetrieval=true&useSSL=false springdoc.default-produces-media-type=application/json spring.jpa.show-sql=true