add backend project

This commit is contained in:
liosha84
2025-06-14 16:46:02 +03:00
parent d81e14ec31
commit 71c2627f54
46 changed files with 1703 additions and 560 deletions
+17
View File
@@ -0,0 +1,17 @@
spring.application.name=jambotron
spring.datasource.url= jdbc:postgresql://localhost:5432/springangulardb
spring.datasource.username= admin
spring.datasource.password= postgrespw
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation= true
spring.jpa.properties.hibernate.dialect= org.hibernate.dialect.PostgreSQLDialect
# Hibernate ddl auto (create, create-drop, validate, update)
spring.jpa.hibernate.ddl-auto= update
# App Properties
app.jwtSecret= ======================spring=back====================
app.jwtExpirationMs= 30000
app.jwtCookieName=springangularts
app.origin=http://localhost:4200