Tag: 春季安全

多Maven模块Spring MVC项目,以春季启动

在我发布之前,我已经做了大量的研究,并且想要了解是否应该创build一个新的Spring Boot项目,并使用一个多主体结构…或者,我应该转换当前的Maven Spring模块Spring MVC RESTful项目Spring Boot。 我们需要一个Spring Boot项目,因为它可能更容易使用Docker。 实际上,我们希望在Docker容器中使用Spring MVC RESTful后端,但是我们发现的所有示例都涉及使用Spring Boot和Docker。 所以,这个项目有这样的结构: parent pom.xml Entity – basic Spring Project with Hibernate entities – has a myproject-entity-context.xml as the Spring application context – has the database and transactions configured in the context – translates to a JAR file – has its own pom.xml and can […]