use this link as a manual
pom.xml file is already configured!
on Runner tab set VM Options:
-Xms128m -Xmx8192m -XX:PermSize=128m -XX:MaxPermSize=256m
"Hello, it's kids room" page will be available on http://localhost:8080/home/
src/main/resources/hibernate.properties
:
jdbc.driverClassName = com.mysql.jdbc.Driver
jdbc.url = jdbc:mysql://localhost:3306/hibernatedb
jdbc.username = root
jdbc.password = password
hibernate.dialect = org.hibernate.dialect.MySQLDialect
hibernate.show_sql = true
hibernate.format_sql = true
hibernate.hbm2ddl.auto = create
hibernate.enable_lazy_load_no_trans = true
hibernate.search.default.directory_provider = ram
hibernate.search.default.indexBase = com.acme.hibernate.CustomDirectoryProvider
hibernate.search.indexing_strategy = event
Login | Password |
---|---|
user@softserveinc.com | user |
admin@softserveinc.com | admin |
manager@softserveinc.com | manager |