增加租车详情接口
This commit is contained in:
@ -4,7 +4,7 @@ server:
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: sczx_car # 微服务名称
|
||||
name: sczx-car # 微服务名称
|
||||
http:
|
||||
encoding:
|
||||
charset: UTF-8
|
||||
@ -31,6 +31,7 @@ spring:
|
||||
hikari:
|
||||
maximum-pool-size: 10
|
||||
auto-commit: true
|
||||
connection_init_sql: SELECT 1
|
||||
redis:
|
||||
host: 115.190.8.52
|
||||
port: 6379
|
||||
|
||||
Reference in New Issue
Block a user