spring boot项目中包的组织
Posted 一骑绝尘
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring boot项目中包的组织相关的知识,希望对你有一定的参考价值。
NlpApplication是包含main函数的一个类,如果这个类放错位置会报
Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Tue Jun 30 17:24:02 CST 2015 There was an unexpected error (type=Not Found, status=404). No message available
这是stackoverflow上的一个例子:
com +- APP +- Application.java <--- your main class should be here, above your controller classes | +- model | +- user.java +- controller +- UserController.java
总之,包含main的类应该放在什么模型什么控制器所在包的外层。
以上是关于spring boot项目中包的组织的主要内容,如果未能解决你的问题,请参考以下文章
Spring boot:thymeleaf 没有正确渲染片段
将Ldap组织结构及用户信息同步到MySQL,用Spring Boot项目操作