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