Blame view

cloud/dahua/src/main/resources/application.yml 1.76 KB
a106242e   陶汉栋   no message
1
2
#spring:
#  datasource:
9962583e   陶汉栋   no message
3
4
5
#    username: szjxtuser
#    password: RQminVCJota3H1u8bBYH
#    url: jdbc:sqlserver://116.62.155.137:33419;database=SmartCampus
a106242e   陶汉栋   no message
6
7
#    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
#  application:
9962583e   陶汉栋   no message
8
9
10
#    name: dahuaserver

spring:
b8a3cdaf   徐泉   智能校卫一阶段代码提交
11
12
  datasource:
    campus:
9962583e   陶汉栋   no message
13
      username: szjxtuser
e92e5a92   陶汉栋   增加网关负载
14
15
16
17
18
      password: RQminVCJota3H1u8bBYH
      jdbc-url: jdbc:sqlserver://116.62.155.137:33419;database=SmartCampus
      driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
#      username: SZJXTUSER
#      password: xst200919
acd712a6   陶汉栋   增加网关负载
19
20
21
22
#      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
e92e5a92   陶汉栋   增加网关负载
23
24
25
26
27
      username: szjxtuser
      password: RQminVCJota3H1u8bBYH
      driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
#        jdbc-url: jdbc:sqlserver://60.190.202.57:14333;database=xiaoanhxy
#        username: SZJXTUSER
9962583e   陶汉栋   no message
28
29
30
31
#        password: xst200919
#        driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    message:
      username: sa
9df247c3   徐泉   大华考勤需求提交
32
33
34
35
36
      password: qaz!@#0401
      jdbcUrl: jdbc:sqlserver://60.190.202.38:49469;database=XST
      driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver


b971c436   陶汉栋   smartcampussearcg...
37
38
mybatis:
  campus:
3d94fe32   陶汉栋   no message
39
    type-aliases-package: com.example.dahua.dao
9962583e   陶汉栋   no message
40
41
42
43
44
45
    mapper-locations: classpath:mapper/*.xml
  xiaoan:
    type-aliases-package: com.example.dahua.xiananDao
    mapper-locations: classpath:xiaoanmapper/*.xml
  message:
    type-aliases-package: com.example.dahua.dao
f0d840f4   邱一成   优化考勤
46
    mapper-locations: classpath:xiaoanmapper/*.xml
b8a3cdaf   徐泉   智能校卫一阶段代码提交
47
48
  config-location: classpath:mybatis-config.xml

fb56ca7f   徐泉   代码修改
49

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

a106242e   陶汉栋   no message
51
#haikangpic: E:\wwwhtdocs\HFface\FaceLogs\
46343ee1   陶汉栋   no message
52

9962583e   陶汉栋   no message
53
#haikangfaceurl: http://60.190.202.57:8899
46343ee1   陶汉栋   no message

4a6d6726   陶汉栋   优化定时服务和片网络图片映射

e92e5a92   陶汉栋   增加网关负载