Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何可用于 spring 或 springMVC 的编码标准。
据我所知,没有这样的标准。但是有几个类级别的注释用于描述特定 bean 的角色,例如
@Component、@Repository、@Service、@Controller。