application.yml 496 Bytes
Newer Older
楊慶堂's avatar
init  
楊慶堂 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
spring:
    devtools:
        restart:
            enabled: true
        livereload:
            enabled: true
    datasource:
        url: jdbc:sqlserver://192.168.2.11:1433;databaseName=CRM_DEMO;sendStringParametersAsUnicode=false;
        driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
        username: archuser
        password: archuser
        max-wait: 10000
        max-active: 10
        test-on-borrow: true
        validation-query: SELECT 1
        jmx-enabled: true