增加访问日志的 dubbo 实现
This commit is contained in:
@@ -18,6 +18,11 @@
|
||||
<artifactId>system-rest</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.iocoder.mall</groupId>
|
||||
<artifactId>system-rpc</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ public class SystemApplication {
|
||||
* 设置需要读取的配置文件的名字。
|
||||
* 基于 {@link org.springframework.boot.context.config.ConfigFileApplicationListener#CONFIG_NAME_PROPERTY} 实现。
|
||||
*/
|
||||
private static final String CONFIG_NAME_VALUE = "biz,rest,application";
|
||||
private static final String CONFIG_NAME_VALUE = "biz,rest,rpc,application";
|
||||
|
||||
public static void main(String[] args) {
|
||||
// 设置环境变量
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
spring:
|
||||
# Application 的配置项
|
||||
application:
|
||||
name: admin-application
|
||||
# Profile 的配置项
|
||||
profiles:
|
||||
active: test
|
||||
|
||||
Reference in New Issue
Block a user