소스 검색

代码修改

liubing 4 년 전
부모
커밋
4844d41f75
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      svr/svr-door-serivce/src/main/resources/bootstrap.yml
  2. 1 1
      svr/svr-iot/pom.xml

+ 1 - 1
svr/svr-door-serivce/src/main/resources/bootstrap.yml

@ -1,6 +1,6 @@
spring:
  application:
    name: svr-door-service
    name: svr-door-service-lb
  cloud:
    config:
      failFast: true

+ 1 - 1
svr/svr-iot/pom.xml

@ -153,7 +153,7 @@
                            <addClasspath>true</addClasspath>
                            <!-- 外部依赖jar包的最终位置 -->
                            <classpathPrefix>lib/</classpathPrefix>
                            <mainClass>com.yihu.SvrDoorServiceApplication</mainClass>
                            <mainClass>com.yihu.IOTApplication</mainClass>
                        </manifest>
                    </archive>
                </configuration>