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.
18 lines
639 B
Properties
18 lines
639 B
Properties
6 years ago
|
jdbc.driver=com.mysql.jdbc.Driver
|
||
|
jdbc.url=jdbc\:mysql\://localhost\:3306/emr_files?useUnicode\=true&characterEncoding\=utf-8
|
||
|
#jdbc.url=jdbc\:mysql\://120.27.212.36\:3306/emr_files?useUnicode\=true&characterEncoding\=utf-8
|
||
|
jdbc.username=root
|
||
|
jdbc.password=docus702
|
||
|
#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
|
||
|
|
||
|
|
||
|
|