Kaynağa Gözat

新增系统监测工程服务

chenweida 7 yıl önce
ebeveyn
işleme
9bb670ffdc

+ 29 - 0
Jolokia-admin-server/pom.xml

@ -44,5 +44,34 @@
            <version>${version.spring-boot}</version>
        </dependency>
    </dependencies>
    <build>
        <finalName>jolokia-server</finalName>
        <plugins>
            <!--springboot插件 start-->
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <executions>
                    <execution>
                        <goals>
                            <goal>repackage</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <!--springboot插件 en-->
            <!--编译插件 start-->
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>1.8</source>
                    <target>1.8</target>
                </configuration>
                <version>3.1</version>
            </plugin>
            <!--编译插件 end-->
        </plugins>
    </build>
</project>

+ 3 - 2
patient-co-statistics-es/src/main/resources/application.yml

@ -1,15 +1,16 @@
server:
  port: 8081
  context-path: /patient-co-statistics-es
spring:
  application:
    name: quota-es
  boot:
    admin:
      url: http://localhost:8082
      url: http://172.19.103.87:8082
      username: jkzl
      password: jkzlehr
      client:
        service-url: http://172.19.103.87:8082
  datasource:
    primaryReadWrite: