server: port: 8099 servlet: context-path: / spring: resources: static-locations: classpath:static/ mvc: favicon: enabled: false servlet: multipart: enabled: true max-file-size: 10MB max-request-size: 100MB datasource: master: type: com.alibaba.druid.pool.DruidDataSource driverClassName: org.sqlite.JDBC url: jdbc:sqlite:database/face.db username: root password: 11111 face: modelPath: sf3.0_models dataBasePath: facequery.db