
web服务器
静待盛放的烟火
这个作者很懒,什么都没留下…
展开
-
s2ssh零配置环境搭建报错
web 配置文件的加载 aplicationcontext的注解配置 service的注解 dao的注解 action的注解 所有实现类继承自basedao 2015-1-11 1:30:52 org.apache.catalina.core.AprLifecycleListener init 信息: The Apache Tomcat Native library which原创 2015-01-11 14:11:06 · 501 阅读 · 0 评论 -
spring boot 跨域配置
新建如下JAVA类: import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.web.cors.CorsConfiguration; import org.springfram...原创 2018-11-28 12:07:41 · 200 阅读 · 2 评论 -
springboot整合websocket
pom文件引入包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> </dependency> <dependency> &...转载 2019-03-18 17:24:10 · 281 阅读 · 0 评论