|
9/27/2013 12:19:25 AM
to it: http://gopetclinic.cfapps.io/
|
9/26/2013 10:33:09 PM
#33
|
|
|
8/25/2013 6:55:40 AM
MVC should server static resources (*.html, ...) located in src/main/webapp instead of returning "404 Not Found"
|
8/10/2013 2:49:01 PM
in src/main/webapp instead of returning "404 Not Found"
|
8/25/2013 6:54:59 AM
use <dependencyManagement> to force versions of spring-core, spring-context and spring-beans
|
8/10/2013 2:39:59 PM
spring-core, spring-context and spring-beans to 3.2.x. instead of exclusions on spring-data-jpa dependency because Maven sometimes pulls both versions 3.2.x and 3.1.x versions of coring-core, spring-beans and spring-context.
|
|