Commit 6572da5f by 刘鑫

1. kafka SSL信任客户端证书位置修订;

2. 查询BEAN维护的分部列表请求方式变更
1 parent 3943076f
...@@ -13,7 +13,7 @@ spring: ...@@ -13,7 +13,7 @@ spring:
protocol: SASL_SSL protocol: SASL_SSL
ssl: ssl:
truststore: truststore:
location: D:\data\kafka.client.truststore.jks location: /home/kafka.client.truststore.jks
sasl: sasl:
mechanism: SCRAM-SHA-512 mechanism: SCRAM-SHA-512
jaas: jaas:
......
...@@ -38,7 +38,7 @@ public interface IBeanRemoteService { ...@@ -38,7 +38,7 @@ public interface IBeanRemoteService {
* @param accessToken ACCESS_TOKEN * @param accessToken ACCESS_TOKEN
* @return 部门列表 * @return 部门列表
*/ */
@GetMapping("/api/openapi/department/queryBranchList") @PostMapping("/api/openapi/department/queryBranchList")
BeanR<List<BranchRes>> departmentBranchList(@RequestHeader(name = "accessToken") String accessToken); BeanR<List<BranchRes>> departmentBranchList(@RequestHeader(name = "accessToken") String accessToken);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!