Blame view

src/main/resources/application.yaml 585 Bytes
b9411514   陈杰   first
1
2
3
4
server:
  port: 9010

spring:
aee82c75   徐泉   招生咨询会
5
6
  application:
    name: student
b9411514   陈杰   first
7
8
9
  datasource:
    username: SZJXTUSER
    password: xst200919
05fca018   陶汉栋   video/getList st...
10
11
12
    url: jdbc:sqlserver://60.190.202.57:14333;database=consultative
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
#  cache:
b9411514   陈杰   first
13
#    type: redis
05fca018   陶汉栋   video/getList st...
14
15
16
17
18
#  redis:
#    host: 127.0.0.1
#    port: 6379
#    password:
#    lettuce:
b246a387   陈杰   bug 修复
19
20
21
22
23
24
25
26
27
28
#      pool:
#        max-active: 8
#    database: 0
##mybatis
mybatis:
  mapper-locations: classpath:mapper/*.xml
  type-aliases-package: com.sincere.student.model

logging:
  level:
b9411514   陈杰   first
29
    com.sincere.student.mapper: debug
b246a387   陈杰   bug 修复

b9411514   陈杰   first

21d1bd0f   徐泉   招生咨询会

aee82c75   徐泉   招生咨询会