Import kontor-spring into directory springboot
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
server:
|
||||
port: 8085
|
||||
app:
|
||||
name: 'Kontor'
|
||||
shortName: 'Kontor'
|
||||
description: 'Kontor is a Spring Boot application'
|
||||
spring:
|
||||
profiles:
|
||||
active: local,dev,test,prod
|
||||
devtools:
|
||||
add-properties: false
|
||||
datasource:
|
||||
driverClassName: org.mariadb.jdbc.Driver
|
||||
url: jdbc:mariadb://localhost:3306/kontor
|
||||
username: 'kontor'
|
||||
password: 'kontor'
|
||||
#driverClassName: org.hsqldb.jdbc.JDBCDriver
|
||||
#url: jdbc:hsqldb:file:kontorHSQLDB
|
||||
#username: 'sa'
|
||||
#password: 'sa'
|
||||
#jpa
|
||||
#database-platform: org.hibernate.community.dialect.SQLiteDialect
|
||||
#datasource
|
||||
#driverClassName: org.sqlite.JDBC
|
||||
#url: "jdbc:sqlite:file:./kontorDb?cache=shared"
|
||||
#username=sa
|
||||
#password=sa
|
||||
jpa:
|
||||
defer-datasource-initialization: true
|
||||
#hibernate.ddl-auto=create-drop
|
||||
hibernate:
|
||||
ddl-auto: update
|
||||
#ddl-auto: create-drop
|
||||
show-sql: false
|
||||
sql:
|
||||
init:
|
||||
mode: never
|
||||
mustache:
|
||||
check-template-location: false
|
||||
management:
|
||||
endpoints:
|
||||
web:
|
||||
exposure:
|
||||
include: "*"
|
||||
endpoint:
|
||||
health:
|
||||
show-details: always
|
||||
logging:
|
||||
level:
|
||||
org:
|
||||
atmosphere: INFO
|
||||
hibernate: INFO
|
||||
springframework:
|
||||
web: INFO
|
||||
guru:
|
||||
springframework:
|
||||
controllers: DEBUG
|
||||
jwt:
|
||||
auth:
|
||||
secret: 'J6GOtcwC2NJI1l0VkHu20PacPFGTxpirBxWwynoHjsc='
|
||||
mail:
|
||||
protocol: 'imap'
|
||||
host: 'corky.svpdata.eu'
|
||||
port: 143
|
||||
userName: 'thomas.peetz@thpeetz.de'
|
||||
password: 'fS9f4JYDIO7A'
|
||||
starttls: true
|
||||
Reference in New Issue
Block a user