完善优化代码(可能出错)补充

master
zengwh 6 years ago
parent 5174791347
commit a76ee93ced

@ -1,24 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">
<context:property-placeholder location="classpath:config/jdbc.properties" />
<!--<bean id="processEngineConfiguration" class="org.activiti.engine.impl.cfg.StandaloneProcessEngineConfiguration">-->
<!--<property name="databaseSchemaUpdate" value="drop-create"/>-->
<!--&lt;!&ndash;<property name="jdbcUrl" value="jdbc:postgresql://127.0.0.1/db_cloud"/>-->
<!--<property name="jdbcDriver" value="org.postgresql.Driver"/>-->
<!--<property name="jdbcUsername" value="admin"/>-->
<!--<property name="jdbcPassword" value="root"/>&ndash;&gt;-->
<!--<property name="jdbcUrl" value="${jdbc.url}"/>-->
<!--<property name="jdbcDriver" value="${jdbc.driver}"/>-->
<!--<property name="jdbcUsername" value="${jdbc.username}"/>-->
<!--<property name="jdbcPassword" value="${jdbc.password}"/>-->
<!--<property name="jobExecutorActivate" value="true"/>-->
<!--</bean>-->
</beans>

@ -1,20 +0,0 @@
#jdbc.driver=com.mysql.jdbc.Driver
#jdbc.url=jdbc\:mysql\://localhost\:3306/power?useUnicode\=true&characterEncoding\=utf-8
#jdbc.url=jdbc\:mysql\://120.27.212.36\:3306/power?useUnicode\=true&characterEncoding\=utf-8
#jdbc.username=root
#jdbc.password=docus702
jdbc.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
jdbc.url=jdbc\:sqlserver\://localhost:1433;databaseName=emr_record
jdbc.username=sa
jdbc.password=docus702
#jdbc.driverLocation=D:\\project_js\\EMR_Medical_Record\\src\\main\\webapp\\WEB-INF\\lib\\sqljdbc4-2.0.jar
#\u6267\u884C:\u53F3\u952E Run As ---->Maven build ---->Goals:mybatis-generator:generate
#\u8F93\u51FA\u76EE\u5F55
targetProject=src/main/java
#modelPackage,sqlMapperPackage,daoMapperPackage \u901A\u5E38\u4E00\u81F4\u0090\u008D
modelPackage=com.emr.entity
daoMapperPackage=com.emr.dao
#\u8F93\u51FA\u76EE\u5F55
targetProject2=src/main/resources
sqlMapperPackage=mapper
Loading…
Cancel
Save