Explorar el Código

pom文件修改

chenyongxing hace 6 años
padre
commit
6a123b9bf4
Se han modificado 2 ficheros con 1 adiciones y 5 borrados
  1. 0 4
      pom.xml
  2. 1 1
      src/main/resources/application.yml

+ 0 - 4
pom.xml

@ -9,7 +9,6 @@
    </parent>
    <artifactId>svr-eip-admin</artifactId>
    <version>1.13.0</version>
    <packaging>war</packaging>
    <name>svr-eip-admin</name>
    <description>EIP微服务</description>
@ -254,7 +253,6 @@
        <dependency>
            <groupId>com.yihu.ehr</groupId>
            <artifactId>hos-web-framework</artifactId>
            <version>${hos-web-framework}</version>
            <exclusions>
                <exclusion>
                    <groupId>org.springframework.boot</groupId>
@ -293,12 +291,10 @@
        <dependency>
            <groupId>com.yihu.ehr</groupId>
            <artifactId>commons-data-fastdfs</artifactId>
            <version>${version.ehr}</version>
        </dependency>
        <dependency>
            <groupId>com.yihu.ehr</groupId>
            <artifactId>commons-rest-model</artifactId>
            <version>${version.ehr}</version>
            <exclusions>
                <exclusion>
                    <artifactId>poi-ooxml</artifactId>

+ 1 - 1
src/main/resources/application.yml

@ -62,7 +62,7 @@ info:
spring:
  profiles: dev
  datasource:
    url: jdbc:mysql://172.19.103.57:8066/global_db?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&autoReconnect=true
    url: jdbc:mysql://172.19.103.57:8066/hos1?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&autoReconnect=true
    username: hos
    password: 123456