Commit 6572da5f by 刘鑫

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

2. 查询BEAN维护的分部列表请求方式变更
1 parent 3943076f
......@@ -13,7 +13,7 @@ spring:
protocol: SASL_SSL
ssl:
truststore:
location: D:\data\kafka.client.truststore.jks
location: /home/kafka.client.truststore.jks
sasl:
mechanism: SCRAM-SHA-512
jaas:
......
......@@ -38,7 +38,7 @@ public interface IBeanRemoteService {
* @param accessToken ACCESS_TOKEN
* @return 部门列表
*/
@GetMapping("/api/openapi/department/queryBranchList")
@PostMapping("/api/openapi/department/queryBranchList")
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!