Technologies used.
- Spring MVC
- Hibernate
- Mysql
- Maven
Build instructions.
- Add below contends to .settings file in m2 repo
-
Add below role and user and the role to the file apache-tomcat-7.0.55/conf/tomcat-users.xml
-
Add below fields in database.properties file accordingly.
database.driver=com.mysql.jdbc.Driver database.url=jdbc:mysql://localhost:3306/dsolutions database.user=root database.password=password1234 dialect=org.hibernate.dialect.MySQLDialect
-
Start tomecat server
-
run below targets mvn clean mvn package mvn tomcat7:deploy
Try to access localhost:8080/Dsolutions If you see the welcome page, you are done !!!