Blame view

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

spring:
aee82c75   徐泉   招生咨询会
5
6
  application:
    name: student
b9411514   陈杰   first
7
8
9
  datasource:
    username: recruitS
    password: QWer123$%^
05fca018   陶汉栋   video/getList st...
10
11
12
    url: jdbc:sqlserver://47.110.50.251:33419;database=consultative
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver

b9411514   陈杰   first
13
#    username: SZJXTUSER
05fca018   陶汉栋   video/getList st...
14
15
16
17
18
#    password: xst200919
#    url: jdbc:sqlserver://60.190.202.57:14333;database=consultative
#    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
#  cache:
#    type: redis
b246a387   陈杰   bug 修复
19
20
21
22
23
24
25
26
27
28
#  redis:
#    host: 127.0.0.1
#    port: 6379
#    password:
#    lettuce:
#      pool:
#        max-active: 8
#    database: 0
##mybatis
mybatis:
b9411514   陈杰   first
29
30
31
32
33
  mapper-locations: classpath:mapper/*.xml
  type-aliases-package: com.sincere.student.model

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

21d1bd0f   徐泉   招生咨询会

aee82c75   徐泉   招生咨询会