jdbc.properties

jdbc.driverClassName=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3306/e_shop?useUnicode=true&characterEncoding=utf8
jdbc.username=root
jdbc.password=629725

hibernate.mappingDirectory=classpath*:com/eshop/model
hibernate.dialect=org.hibernate.dialect.MySQLDialect
hibernate.show_sql=true

你可能感兴趣的:(REST)