Blame view

cloud/haikang/src/main/resources/application.yaml 1.19 KB
a106242e   陶汉栋   no message
1
2
server:
  port: 9898
9c32d991   陶汉栋   增加网关负载
3
  max-http-header-size: 102400
a106242e   陶汉栋   no message
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

spring:
  application:
    name: haikangserver
  datasource:
    username: szjxtuser
    password: RQminVCJota3H1u8bBYH
    url: jdbc:sqlserver://116.62.155.137:33419;database=SmartCampus
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
#  datasource:
#    username: SZJXTUSER
#    password: xst200919
#    url: jdbc:sqlserver://60.190.202.57:14333;database=SmartCampusSZ
#    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver


7d998aa6   陶汉栋   Merge branch 'mas...
20
21
22
23
24
25
26
eureka:
  instance:
    hostname: localhost
    lease-expiration-duration-in-seconds: 60
    lease-renewal-interval-in-seconds: 10
  client:
    service-url:
e92e5a92   陶汉栋   增加网关负载
27
      #      defaultZone: http://localhost:8761/eureka/
7d998aa6   陶汉栋   Merge branch 'mas...
28
      defaultZone: http://121.40.109.21:8761/eureka/,http://121.40.109.21:8762/eureka/
a106242e   陶汉栋   no message
29
30
31
32
33
34

mybatis:
  type-aliases-package: com.sincere.haikang.dao
  mapper-locations: classpath:mapper/*.xml
  config-location: classpath:mybatis-config.xml

a9ba5ed2   baishou_zjx   考勤下发
35
attendanceHost: http://campus.myjxt.com/
9962583e   陶汉栋   no message
36
37
SchoolAccount: shaoxinggaoji
SchoolPwd: 05773272-7f0f-66gh-d4e7-109ex67xa77sxgjbe
a9ba5ed2   baishou_zjx   考勤下发
38

7d998aa6   陶汉栋   Merge branch 'mas...
39
clint_type: 23
9962583e   陶汉栋   no message
40
41
42
haikang_clintType: 18

studentSingleImgBasePath: E:\wwwhtdocs\SmartCampus\face17e5\School
7d998aa6   陶汉栋   Merge branch 'mas...
43
44

ip: localhost
a9ba5ed2   baishou_zjx   考勤下发