hee.zeus.tp-service.1.0.2.source-code.application.yaml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tp-service Show documentation
Show all versions of tp-service Show documentation
Service that contains all Trading Partner Information
The newest version!
url:
host:
ref-data: http://localhost:8080/api/v1/
zeus-tp:
api:
version: 1.0.0
server:
port: 8081
spring:
datasource:
url: jdbc:mysql://localhost:3306/tpdb?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC
username: tpapp
password: password
jpa:
hibernate:
ddl-auto: validate
properties:
hibernate:
show_sql: true
format_sql: true
flyway:
user: tpadmin
password: password
clean-disabled: false
profiles:
active: local, clean
logging:
file:
name: logs/local/tp.log
level:
org:
hibernate:
type:
descriptor:
sql: trace