摘要:
https://blog.csdn.net/xiao190128/article/details/54890759/ service 是有用的相当于 xml配置中得bean id = service 也可以不指定 不指定相当于 bean id = com. service.service 就是这个类 阅读全文
摘要:
Spring Boot:The Bean Validation API is on the classpath but no implementation could be found https://blog.csdn.net/u012903926/article/details/79291739 阅读全文
摘要:
JavaEE仅仅使用Spring逐渐变得笨重起来,大量的XML文件存在与项目中,繁琐的配置,整合第三方框架的配置问题,低下的开发效率和部署效率等等问题。 Spring Boot解决的问题 (1) Spring Boot使编码变简单 (2) Spring Boot使配置变简单 (3) Spring B 阅读全文