摘要:
//********* // 成员内部类 class CallableThread implements Callable<String> { @Override public String Back() { //Back()这个就是执行的业务方法 try { // 假设这个是一个耗时的网络 请求 阅读全文
摘要:
pring: profiles: active: dev application: name: micro cloud: nacos: config: #属性声明 file-extension: yml #配置分组 group: GLOBALE_GROUP #以下用于Nacos来更换命名空间(更改环 阅读全文