Skip to content

Design by SpringMVC + Spring + Hibernate customer manager system, though small, fully-equipped.

Notifications You must be signed in to change notification settings

jeepchenup/awesome-cws

Repository files navigation

awsome-cws

E-R Diagram

Here is a entities relationship graph as below:

Sources download

It's use a sample database from here.

Run

  1. Add mysql-connector-java-5.1.31.jar to {$tomcat-folder}\lib.

  2. Add awsome-cws-web module to Tomcat server.

  3. Configure Maven Run Configuration, as below :

  4. Maven Update.

  5. Start the server.

Solutions

  1. If server throws OutOfMemeryError: PermGen space, please create setenv.bat file manually and put it to this path -> {$tomcat-folder}\bin\.

    content: set JAVA_OPTS=-Dfile.encoding=UTF-8 -Xms128m -Xmx1024m -XX:PermSize=64m -XX:MaxPermSize=256m

  2. In order to run the server successfully in the first time, please set Timeouts more than 600 seconds.

About

Design by SpringMVC + Spring + Hibernate customer manager system, though small, fully-equipped.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published