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

commons.commons-demo.2.0.14.source-code.application.yml Maven / Gradle / Ivy

spring:
  jpa:
    hibernate:
      ddl-auto: update
  datasource:
    username: root
    password: 1qaz3edc
    url: jdbc:mysql://127.0.0.1/commons-demo?userUnicode=true&characterEncoding=UTF-8
    driver-class-name: com.mysql.jdbc.Driver
  application:
    name: commons-demo
  redis:
    host: localhost




© 2015 - 2025 Weber Informatics LLC | Privacy Policy