Initial commit

This commit is contained in:
Titan Hadiyan
2023-05-22 13:31:13 +07:00
parent bd98e00b57
commit 329d515577
45 changed files with 2190 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
spring.datasource.url=jdbc:postgresql://localhost:5432/smartproc
spring.datasource.username=postgres
spring.datasource.password=postgres
spring.jpa.show-sql=true
## Hibernate Properties
# The SQL dialect makes Hibernate generate better SQL for the chosen database
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
# Hibernate ddl auto (create, create-drop, validate, update)
spring.jpa.hibernate.ddl-auto = update
server.port=9090