Api de cadastro de produto.

This commit is contained in:
ZyperCH
2026-05-27 20:33:57 -03:00
commit 8c453264a6
21 changed files with 1112 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
spring.config.activate.on-profile=prod
spring.datasource.url=${db_host:jdbc:postgresql://db.stackpanel.com.br:5432/nexusdb}
spring.datasource.password=${db_pass}
spring.datasource.username=${db_user}
spring.datasource.driver-class-name=org.postgresql.Driver