标签:spring
Select XSD namespaces to use with the new Spring Bean Definition 为空问题解决
使用eclipse /sts 开发工具,创建新的spring bean xml文件时出现 XSD 命名空间为空的问题。1、new spring bean definition file2、Select XSD namespaces to use with the new Spring Bean Definition3、Select desired X……
Spring 注解大全
声明Bean的注解:@Component : 组件,没有明确的角色@Service : 在业务逻辑层(service层)使用@Repository : 在数据访问层(dao层)使用.@Controller : 在展现层(MVC–SpringMVC)使用注入Bean的注解:@Aautowired : Spring提……
Spring Cloud Zuul Api GateWay Errors
Spring Cloud Zuul Api GateWay Errors***************************APPLICATION FAILED TO START***************************Description:Parameter 0 of method sendResponseFi……
spring cloud starter eureka server报错
spring cloud starter eureka server报错E:\Java\jdk1.8.0_144\bin\java -XX:TieredStopAtLevel=1 -noverify -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dcom.sun.……
java ssh 整合报错解决
HTTP Status 500 – Write operations are not allowed in read-only mode (FlushMode.MANUAL): Turn your Session into FlushMode.COMMIT/AUTO or remove ‘readOnly’ marker ……