trick9191 6 years ago
parent
commit
95c666828e
2 changed files with 4 additions and 4 deletions
  1. BIN
      data/elasticsearch/nodes/0/_state/global-0.st
  2. 4 4
      server/svr-discovery/pom.xml

BIN
data/elasticsearch/nodes/0/_state/global-0.st


+ 4 - 4
server/svr-discovery/pom.xml

@ -30,10 +30,10 @@
            <artifactId>spring-boot-starter-logging</artifactId>
        </dependency>
        <!--给 eurika界面添加账号密码验证-->
        <!--<dependency>-->
            <!--<groupId>org.springframework.boot</groupId>-->
            <!--<artifactId>spring-boot-starter-security</artifactId>-->
        <!--</dependency>-->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-security</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-webmvc</artifactId>