声明Bean的注解:@Component : 组件,没有明确的角色@Service : 在业务逻辑层(service层)使用@Repository : 在数据访问层(dao层)使用.@Controller : 在展现层(MVC–SpringMVC)使用注入Bean的注解:@Aautowired : Spring提……继续阅读 » 开心洋葱 8年前 (2018-07-30) 2261浏览 0评论256个赞
spring cloud Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder ‘from’ in string value Caused by: java.lang.IllegalArgumentException: C……继续阅读 » 开心洋葱 8年前 (2018-07-30) 2557浏览 0评论207个赞