All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hee.zeus.tp-service.1.0.2.source-code.application.yaml Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy