init
This commit is contained in:
29
src/main/resources/application.properties
Normal file
29
src/main/resources/application.properties
Normal file
@@ -0,0 +1,29 @@
|
||||
spring.application.name=budger-app
|
||||
|
||||
server.port=8082
|
||||
#server.servlet.context-path=/api
|
||||
spring.webflux.base-path=/api
|
||||
|
||||
spring.profiles.active=prod
|
||||
spring.main.web-application-type=reactive
|
||||
|
||||
|
||||
|
||||
logging.level.org.springframework.web=DEBUG
|
||||
logging.level.org.springframework.data = DEBUG
|
||||
logging.level.org.springframework.data.mongodb.core.ReactiveMongoTemplate=DEBUG
|
||||
logging.level.org.springframework.security = DEBUG
|
||||
logging.level.org.springframework.data.mongodb.code = DEBUG
|
||||
logging.level.org.springframework.web.reactive=DEBUG
|
||||
|
||||
server.compression.enabled=true
|
||||
server.compression.mime-types=application/json
|
||||
|
||||
|
||||
# ??????? JDBC
|
||||
spring.datasource.driver-class-name=org.postgresql.Driver
|
||||
|
||||
# ????????? Hibernate
|
||||
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
||||
spring.jpa.hibernate.ddl-auto=none
|
||||
|
||||
Reference in New Issue
Block a user