Commit e33e8c5b authored by liuzicheng's avatar liuzicheng

初始化项目

parent 94b7d36e
package com.jqtx.windows.web;
import com.jqtx.infrastructure.util.AKAESUtil;
import com.jqtx.windows.common.factory.CommandProxy;
import com.jqtx.windows.web.response.JsonResult;
import io.swagger.annotations.Api;
......@@ -31,4 +32,10 @@ public class BaseController {
log.info("浙农请求:{}",requestBody);
return commandProxy.test(requestBody,url);
}
public static void main(String[] args) {
System.out.println(AKAESUtil.decrypt("+Nk2q1/FnJtWdXPFOZ816A=="));
}
}
hostname:
nacos:
address: mse-268f2fc0-nacos-ans.mse.aliyuncs.com:8848
logstash:
......@@ -29,6 +30,8 @@ spring:
enabled: false
server-addr: ${nacos.address}
namespace: ${spring.profiles.active}
metadata:
hostname: ${hostname}
config:
namespace: ${spring.profiles.active}
server-addr: ${nacos.address}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment