wuxw
2019-06-01 da90c84a73396585cfbf1a59fd6a16c908162c34
修改端口冲突 bug
5个文件已修改
14 ■■■■ 已修改文件
FeeService/docker/docker-compose.yml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
FeeService/docker/onStart.sh 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
FeeService/pom.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/hc小区管理系统数据库模型v1.0.pdb 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/hc小区管理系统数据库模型v1.0.pdm 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
FeeService/docker/docker-compose.yml
@@ -7,7 +7,7 @@
          dockerfile: Dockerfile
       restart: always
       ports:
       - "8009:8009"
       - "8010:8010"
       volumes:
       - ../target/FeeService.jar:/root/target/FeeService.jar
#       extra_hosts:
FeeService/docker/onStart.sh
@@ -6,6 +6,6 @@
docker build -t java110/fee .
docker run -ti --name fee_test -p8006:8006 -idt java110/fee:latest
docker run -ti --name fee_test -p8010:8010 -idt java110/fee:latest
docker logs -f fee_test
FeeService/pom.xml
@@ -67,7 +67,7 @@
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <configuration>
                    <mainClass>com.java110.community.FeeServiceApplicationStart</mainClass>
                    <mainClass>com.java110.fee.FeeServiceApplicationStart</mainClass>
                </configuration>
            </plugin>
        </plugins>
docs/hc小区管理系统数据库模型v1.0.pdb
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?PowerDesigner AppLocale="UTF16" ID="{0769820D-50C2-43E8-9E22-B3D04BAFBB81}" Label="" LastModificationDate="1559317409" Name="hc灏忓尯绠$悊绯荤粺鏁版嵁搴撴ā鍨媣1.0" Objects="952" Symbols="92" Target="MySQL 5.0" Type="{CDE44E21-9669-11D1-9914-006097355D9B}" signature="PDM_DATA_MODEL_XML" version="15.1.0.2850"?>
<?PowerDesigner AppLocale="UTF16" ID="{0769820D-50C2-43E8-9E22-B3D04BAFBB81}" Label="" LastModificationDate="1559352008" Name="hc灏忓尯绠$悊绯荤粺鏁版嵁搴撴ā鍨媣1.0" Objects="952" Symbols="92" Target="MySQL 5.0" Type="{CDE44E21-9669-11D1-9914-006097355D9B}" signature="PDM_DATA_MODEL_XML" version="15.1.0.2850"?>
<!-- do not edit this file -->
<Model xmlns:a="attribute" xmlns:c="collection" xmlns:o="object">
@@ -24569,7 +24569,7 @@
<a:Code>MYSQL50</a:Code>
<a:CreationDate>1558582641</a:CreationDate>
<a:Creator>Administrator</a:Creator>
<a:ModificationDate>1558582641</a:ModificationDate>
<a:ModificationDate>1559352008</a:ModificationDate>
<a:Modifier>Administrator</a:Modifier>
<a:TargetModelURL>file:///%_DBMS%/mysql50.xdb</a:TargetModelURL>
<a:TargetModelID>F4F16ECD-F2F1-4006-AF6F-638D5C65F35E</a:TargetModelID>
docs/hc小区管理系统数据库模型v1.0.pdm
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?PowerDesigner AppLocale="UTF16" ID="{0769820D-50C2-43E8-9E22-B3D04BAFBB81}" Label="" LastModificationDate="1559317409" Name="hc灏忓尯绠$悊绯荤粺鏁版嵁搴撴ā鍨媣1.0" Objects="952" Symbols="92" Target="MySQL 5.0" Type="{CDE44E21-9669-11D1-9914-006097355D9B}" signature="PDM_DATA_MODEL_XML" version="15.1.0.2850"?>
<?PowerDesigner AppLocale="UTF16" ID="{0769820D-50C2-43E8-9E22-B3D04BAFBB81}" Label="" LastModificationDate="1559352008" Name="hc灏忓尯绠$悊绯荤粺鏁版嵁搴撴ā鍨媣1.0" Objects="952" Symbols="92" Target="MySQL 5.0" Type="{CDE44E21-9669-11D1-9914-006097355D9B}" signature="PDM_DATA_MODEL_XML" version="15.1.0.2850"?>
<!-- do not edit this file -->
<Model xmlns:a="attribute" xmlns:c="collection" xmlns:o="object">
@@ -24569,7 +24569,7 @@
<a:Code>MYSQL50</a:Code>
<a:CreationDate>1558582641</a:CreationDate>
<a:Creator>Administrator</a:Creator>
<a:ModificationDate>1558582641</a:ModificationDate>
<a:ModificationDate>1559352008</a:ModificationDate>
<a:Modifier>Administrator</a:Modifier>
<a:TargetModelURL>file:///%_DBMS%/mysql50.xdb</a:TargetModelURL>
<a:TargetModelID>F4F16ECD-F2F1-4006-AF6F-638D5C65F35E</a:TargetModelID>