提交 44cbc4ea 编写于 作者: chenzhehao's avatar chenzhehao

修改项目端口和访问路径、订单创建和修改接口修改

上级 524b0595
server.port=10601 server.port=10601
server.context-path=yunqueyilian server.context-path=/yunqueyilian
spring.application.name=${server.port}-pica-cloud-yunqueyilian spring.application.name=${server.port}-pica-cloud-yunqueyilian
#config server settings #config server settings
......
server.port=10601 server.port=10601
server.context-path=yunqueyilian server.context-path=/yunqueyilian
spring.application.name=${server.port}-pica-cloud-yunqueyilian spring.application.name=${server.port}-pica-cloud-yunqueyilian
#config server settings #config server settings
......
server.port=10601 server.port=10601
server.context-path=yunqueyilian server.context-path=/yunqueyilian
spring.application.name=${server.port}-pica-cloud-yunqueyilian spring.application.name=${server.port}-pica-cloud-yunqueyilian
#config server settings #config server settings
......
server.port=10601 server.port=10601
server.context-path=yunqueyilian server.context-path=/yunqueyilian
spring.application.name=${server.port}-pica-cloud-yunqueyilian spring.application.name=${server.port}-pica-cloud-yunqueyilian
#config server settings #config server settings
......
server.port=10601 server.port=10601
server.context-path=yunqueyilian server.context-path=/yunqueyilian
spring.application.name=${server.port}-pica-cloud-yunqueyilian spring.application.name=${server.port}-pica-cloud-yunqueyilian
#config server settings #config server settings
......
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
<generatorConfiguration> <generatorConfiguration>
<!-- 数据库驱动:选择你的本地硬盘上面的数据库驱动包--> <!-- 数据库驱动:选择你的本地硬盘上面的数据库驱动包-->
<classPathEntry location="D:/maven/repository/mysql/mysql-connector-java/5.1.39/mysql-connector-java-5.1.39.jar"/> <classPathEntry location="C:\Users\DELL\.m2\repository\mysql\mysql-connector-java\5.1.39\mysql-connector-java-5.1.39.jar"/>
<!--<classPathEntry location="D:/maven/repository/mysql/mysql-connector-java/5.1.39/mysql-connector-java-5.1.39.jar"/>-->
<context id="tableEntity" targetRuntime="MyBatis3"> <context id="tableEntity" targetRuntime="MyBatis3">
<commentGenerator> <commentGenerator>
<property name="suppressDate" value="true"/> <property name="suppressDate" value="true"/>
...@@ -18,8 +19,8 @@ ...@@ -18,8 +19,8 @@
</commentGenerator> </commentGenerator>
<!--数据库链接URL,用户名、密码 --> <!--数据库链接URL,用户名、密码 -->
<jdbcConnection driverClass="com.mysql.jdbc.Driver" <jdbcConnection driverClass="com.mysql.jdbc.Driver"
connectionURL="jdbc:mysql://192.168.110.60:3306/pica" connectionURL="jdbc:mysql://192.168.130.200:3306/pica"
userId="pica_test" password="pkv#sqvSGn@O1@tg"> userId="pica" password="Joa5@73&amp;8yAYJ2fe">
</jdbcConnection> </jdbcConnection>
<javaTypeResolver> <javaTypeResolver>
<property name="forceBigDecimals" value="false"/> <property name="forceBigDecimals" value="false"/>
...@@ -38,7 +39,8 @@ ...@@ -38,7 +39,8 @@
<property name="enableSubPackages" value="true"/> <property name="enableSubPackages" value="true"/>
</javaClientGenerator> </javaClientGenerator>
<table tableName="pica.p_hospital" domainObjectName="Hospital" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"></table> <!--<table tableName="pica.p_hospital" domainObjectName="Hospital" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"></table>-->
<table tableName="pica.p_wechat_user" domainObjectName="PWechatUser" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"></table>
</context> </context>
</generatorConfiguration> </generatorConfiguration>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册