Init app
This commit is contained in:
34
api/src/main/resources/application.properties
Normal file
34
api/src/main/resources/application.properties
Normal file
@@ -0,0 +1,34 @@
|
||||
# # Database
|
||||
# db.driver= com.mysql.jdbc.Driver
|
||||
# db.url= jdbc:mysql://192.168.178.21:3306/rossa_tech_testing
|
||||
# db.username=db_pezi
|
||||
# db.password=Pe23Zi0484!_db
|
||||
|
||||
# # Hibernate
|
||||
# hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
|
||||
# hibernate.show_sql=true
|
||||
# hibernate.hbm2ddl.auto=update
|
||||
# entitymanager.packagesToScan=Model
|
||||
|
||||
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_testing?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
|
||||
Reference in New Issue
Block a user