You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
877 B
Properties

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

jdbc.driver=com.mysql.jdbc.Driver
jdbc.url=jdbc\:mysql\://localhost\:3306/qfpower?useUnicode\=true&characterEncoding\=utf-8
jdbc.username=root
jdbc.password=123456
#hibernate config
hibernate.dialect = org.hibernate.dialect.MySQLDialect
hibernate.show_sql = true
hibernate.format_sql = true
hibernate.hbm2ddl.auto =update
#hibernate.current_session_context_class=org.springframework.orm.hibernate5.SpringSessionContext
hibernate.current_session_context_class=thread
hibernate.jdbc.batch_size=50
hibernate.enable_lazy_load_no_trans=true
<><D6B4>:<3A>Ҽ<EFBFBD> Run As ---->Maven build ---->Goals:mybatis-generator:generate
#<23><><EFBFBD>Ŀ¼
targetProject=src/main/java
#modelPackage,sqlMapperPackage,daoMapperPackage ͨ<><CDA8>һ<EFBFBD><D2BB>??
modelPackage=com.manage.entity
daoMapperPackage=com.manage.dao
#<23><><EFBFBD>Ŀ¼
targetProject2=src/main/resources
sqlMapperPackage=mapper