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

database-conf.deploy-repository.yaml.mysql Maven / Gradle / Ivy

There is a newer version: 23.3.0-1025.941
Show newest version
xl.repository:
  artifacts:
    root: build/artifacts
  database:
    db-driver-classname: "com.mysql.jdbc.Driver"
    db-url: "jdbc:mysql://localhost:{{DB_PORT}}/xld?autoReconnect=true&useSSL=false&useLegacyDatetimeCode=false"
    db-username: "xldrepo"
    db-password: "xldrepo"
    leak-detection-threshold: 2 minutes
    max-pool-size: 10




© 2015 - 2024 Weber Informatics LLC | Privacy Policy