|  |  | 
 |  |  |     datasource: | 
 |  |  |         # 使用mysql 打开23-28行注释, 删除29-36行 | 
 |  |  |         # name: wvp | 
 |  |  |         # url: jdbc:mysql://127.0.0.1:3306/wvp?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true | 
 |  |  |         # url: jdbc:mysql://127.0.0.1:3306/wvp?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true&allowMultiQueries=true | 
 |  |  |         # username: | 
 |  |  |         # password: | 
 |  |  |         # type: com.alibaba.druid.pool.DruidDataSource | 
 |  |  | 
 |  |  |         password: | 
 |  |  |         type: com.alibaba.druid.pool.DruidDataSource | 
 |  |  |         driver-class-name:  org.sqlite.JDBC | 
 |  |  |         journal_mode: WAL | 
 |  |  |         synchronous: NORMAL | 
 |  |  |         transaction_mode: IMMEDIATE | 
 |  |  |         max-active: 1 | 
 |  |  |         min-idle: 1 | 
 |  |  |  | 
 |  |  | 
 |  |  |     wait-track: false | 
 |  |  |     # 是否开启接口鉴权 | 
 |  |  |     interface-authentication: true | 
 |  |  |     # 自动配置redis 可以过期事件 | 
 |  |  |     redis-config: true | 
 |  |  |     # 接口鉴权例外的接口, 即不进行接口鉴权的接口,尽量详细书写,尽量不用/**,至少两级目录 | 
 |  |  |     interface-authentication-excludes: | 
 |  |  |         - /api/v1/** |