b7ccb8ad
陈杰
学情 排课 嵌入分布式
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
server:
port: 7779
spring:
application:
name: independenceSearch
datasource:
username: SZJXTUSER
password: xst200919
url: jdbc:sqlserver://60.190.202.57:14333;database=SmartPaike
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
##mybatis
mybatis:
mapper-locations: classpath:mapper/*.xml
type-aliases-package: com.sincere.independence.model
check-config-location: true
eureka:
instance:
hostname: localhost
lease-expiration-duration-in-seconds: 60
lease-renewal-interval-in-seconds: 10
client:
service-url:
defaultZone: http://localhost:8761/eureka/,http://localhost:8762/eureka/
|