Blame view

cloud/haikang/src/main/resources/application.yaml 1.15 KB
a106242e   陶汉栋   no message
1
2
server:
  port: 9898
9c32d991   陶汉栋   增加网关负载
3

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


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

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

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

a9ba5ed2   baishou_zjx   考勤下发
38
clint_type: 23
7d998aa6   陶汉栋   Merge branch 'mas...
39
haikang_clintType: 18
9962583e   陶汉栋   no message
40
41
42

studentSingleImgBasePath: E:\wwwhtdocs\SmartCampus\face17e5\School

7d998aa6   陶汉栋   Merge branch 'mas...
43
ip: localhost
a9ba5ed2   baishou_zjx   考勤下发