21 lines
853 B
Properties
21 lines
853 B
Properties
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration,org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration
|
|
jwt.secret=aquickfoxjumpsoverthelazydog
|
|
|
|
# Database
|
|
spring.datasource.url= jdbc:mysql://192.168.178.21:3306/rossa_tech?useSSL=false
|
|
spring.datasource.username= db_pezi
|
|
spring.datasource.password= Pe23Zi0484!_db
|
|
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
|
|
spring.jackson.serialization.fail-on-empty-beans=false
|
|
|
|
#spring.jpa.properties.hibernate.dialect= org.hibernate.dialect.MySQL5InnoDBDialect
|
|
|
|
# Hibernate ddl auto (create, create-drop, validate, update)
|
|
#spring.jpa.hibernate.ddl-auto= update
|
|
|
|
|
|
# spring.security.user.name=pezi
|
|
# spring.security.user.password=Password123!
|
|
security.basic.enabled=false |