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