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.
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/qf_power?useUnicode\=true&characterEncoding\=utf-8
jdbc.username = root
jdbc.password = root
#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
targetProject = src/main/java
#modelPackage,sqlMapperPackage,daoMapperPackage ͨ<> <CDA8> һ <EFBFBD> <D2BB> ??
modelPackage = com.manage.entity
daoMapperPackage = com.manage.dao
targetProject2 = src/main/resources
sqlMapperPackage = mapper