
Spring
红雨瓢泼
这个作者很懒,什么都没留下…
展开
-
基于Netty的联机版坦克大战
基于Netty的联机版坦克大战项目介绍项目github地址:基于Netty的联机版坦克大战该项目实现了联机版坦克大战,项目包括客户端与服务端项目使用技术:使用Netty实现客户端和服务端之间的通讯使用Marshalling作为编解码技术游戏界面使用java自带的swing与awt进行编写使用Spring的依赖注入与java的反射机制简化了消息类型的判定使用Mysql数据库使用...原创 2020-01-02 13:18:52 · 938 阅读 · 0 评论 -
spring aop报错:Cannot proxy target class because CGLIB2 is not available.
使用Spring的aop是遇到如下错误:Caused by: org.springframework.aop.framework.AopConfigException: Cannot proxy target class because CGLIB2 is not available. Add CGLIB to the class path or specify proxy interface原创 2016-03-06 09:08:03 · 1856 阅读 · 0 评论 -
Spring的xml配置文件的定义
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.spring原创 2016-02-29 20:15:35 · 672 阅读 · 0 评论