3
13693261870
2022-09-16 63ba114e70e380442fcbed4a5157ee52c9491216
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
spring:
    datasource:
        type: com.alibaba.druid.pool.DruidDataSource
        #driverClassName: oracle.jdbc.OracleDriver
        driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
        druid:
            first:  #数据源
                url: jdbc:sqlserver://30.3.4.70:1433;DatabaseName=GJHYJC
                username: sa
                password: Admin@20180112
            initial-size: 10
            max-active: 100
            min-idle: 10
            max-wait: 60000
            pool-prepared-statements: true
            max-pool-prepared-statement-per-connection-size: 20
            time-between-eviction-runs-millis: 60000
            min-evictable-idle-time-millis: 300000
            validation-query: SELECT 1 FROM DUAL
            test-while-idle: true
            test-on-borrow: false
            test-on-return: false
            stat-view-servlet:
                enabled: true
                url-pattern: /admin/druid/*
            filter:
                stat:
                    log-slow-sql: true
                    slow-sql-millis: 1000
                    merge-sql: true
                wall:
                    config:
                        multi-statement-allow: true
 
    #cas client config 
    cas:
        casEnabled: true  # 是否开启CAS验证  true开启   false关闭
        sign-out-filters: /sys/logout
        auth-filters: /sys/caslogin2/*
        validate-filters: /*
        request-wrapper-filters: /*
        assertion-filters: /*
        cas-server-login-url: http://71.3.21.232:8088/cas/login  #cas登录url
        cas-server-url-prefix: http://71.3.21.232:8088/cas       #cas登录域名
        redirect-after-validation: true
        use-session: true
        server-name: http://71.3.21.232:8081