Spring boot 如何组织一个简单的spring boot项目?

Spring boot 如何组织一个简单的spring boot项目?,spring-boot,Spring Boot,我已经使用SpringInitializer生成了一个SpringBootWeb应用程序,我不知道我在这个项目中做的事情是否正确。 在这个项目中,我将使用hibernate和thymeleaf com.demo.example com.demo.example.controller com.demo.example.model com.demo.example.repository com.demo.example.service 请告诉我们确切的问题。然而,从包结构来看,它看起来是正

我已经使用SpringInitializer生成了一个SpringBootWeb应用程序,我不知道我在这个项目中做的事情是否正确。 在这个项目中,我将使用hibernate和thymeleaf

com.demo.example
com.demo.example.controller 
com.demo.example.model 
com.demo.example.repository 
com.demo.example.service 

请告诉我们确切的问题。然而,从包结构来看,它看起来是正确的。我也使用Intellij的Spring Initializ插件,它总是很好用。我不确定这些软件包,但我刚刚找到了这个页面,它看起来不错