Blame view

cloud/haikangface/src/main/resources/application.yaml 1.62 KB
9962583e   陶汉栋   no message
1
2
3
4
server:
  port: 8089

spring:
2cbbb164   徐泉   智能校卫:海康、大华人脸机代码提交
5
  application:
b7125c31   徐泉   智能校卫:海康、大华人脸机代码提交
6
    name: haikangserver
9962583e   陶汉栋   no message
7
8
  datasource:
    campus:
ad296f75   徐泉   智能校卫:海康、大华人脸机代码提交
9
10
11
12
13
      username: szjxtuser
      password: RQminVCJota3H1u8bBYH
      jdbc-url: jdbc:sqlserver://116.62.155.137:33419;database=SmartCampus
      driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
#      username: SZJXTUSER
9962583e   陶汉栋   no message
14
15
16
17
18
19
#      password: xst200919
#      jdbc-url: jdbc:sqlserver://60.190.202.57:14333;database=SmartCampusSZ
#      driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    xiaoan:
      jdbc-url: jdbc:sqlserver://116.62.241.27:33419;database=xiaoanhxy
      username: szjxtuser
cd07eb23   陶汉栋   增加网关负载
20
21
22
23
      password: RQminVCJota3H1u8bBYH
      driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    myadmin:
      jdbc-url: jdbc:sqlserver://116.62.155.137:33419;database=SmartAdmin
9962583e   陶汉栋   no message
24
25
26
27
28
29
30
31
32
33
      username: szjxtuser
      password: RQminVCJota3H1u8bBYH
      driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver


eureka:
  instance:
    hostname: localhost
    lease-expiration-duration-in-seconds: 60
    lease-renewal-interval-in-seconds: 10
38841d26   徐泉   修改提交
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
  client:
    service-url:
      defaultZone: http://121.40.109.21:8761/eureka/,http://121.40.109.21:8762/eureka/

mybatis:
  campus:
    type-aliases-package: com.sincere.haikangface.dao
    mapper-locations: classpath:mapper/*.xml
  xiaoan:
    type-aliases-package: com.sincere.haikangface.xiananDao
    mapper-locations: classpath:xiaoanmapper/*.xml
  myadmin:
    type-aliases-package: com.sincere.haikangface.admindao
    mapper-locations: classpath:adminmapper/*.xml
  config-location: classpath:mybatis-config.xml

45a76ba8   陶汉栋   no message
50
51
ip: localhost

9962583e   陶汉栋   no message
52
attendanceHost: http://campus.myjxt.com/
7677dd47   陶汉栋   海康服务调整,大华服务优化

9962583e   陶汉栋   no message

8b94a56a   徐泉   修改提交

40e7c30e   陶汉栋   增加负载均衡客户端服务

9962583e   陶汉栋   no message

e92e5a92   陶汉栋   增加网关负载

9962583e   陶汉栋   no message

b8a3cdaf   徐泉   智能校卫一阶段代码提交

45a76ba8   陶汉栋   no message

9962583e   陶汉栋   no message