摘要:
1 优先级别 虚拟机参数配了 将会优先加载虚拟机参数 虚拟机参数没配 application.properties 和 dubbo.properties 配了 application> dubbo 将 application.properties里面的 port 注释掉 然后重启 发现加载了 dub 阅读全文
摘要:
1、公共模块(声明公共接口、实体类) 一、工程目录 二、UserAddress.java package com.mongoubiubiu.bean; import java.io.Serializable; /** * 用户地址 * */ public class UserAddress impl 阅读全文
摘要:
1 下载源码 git clone https://github.com/apache/dubbo-admin.git 2 进入后端项目 server 修改配置文件后打包 打包 mvn clean package 运行 可以看到 后台启动成功 3 进入前端项目 启动 npm install npm r 阅读全文