|
|
@@ -1,6 +1,4 @@
|
|
|
server:
|
|
|
- application:
|
|
|
- name: member-service-provider
|
|
|
port: 10001
|
|
|
servlet:
|
|
|
context-path: /member-provider
|
|
|
@@ -12,6 +10,8 @@ spring:
|
|
|
username: root
|
|
|
password: hsp
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
+ application:
|
|
|
+ name: member-service-provider
|
|
|
mybatis-plus:
|
|
|
configuration:
|
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|