# org.wxd.agent
**Repository Path**: wxd-gaming/org.wxd.agent
## Basic Information
- **Project Name**: org.wxd.agent
- **Description**: 热更新,热加载项目组
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 10
- **Forks**: 5
- **Created**: 2021-08-18
- **Last Updated**: 2025-01-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: 热更, 無心, 無心道
## README
# org.example.agent
#### 介绍
热更新,热加载项目组
可以加载.class文件;
可以加载.java文件;
还可以加载 java code String方案;
spring 项目打包请抛弃spring plugin打包方式,否者热更很麻烦
org.apache.maven.plugins
maven-jar-plugin
${finalName}
true
lib/
xxx.xxxx
lib/org.example.agent.jar
org.apache.maven.plugins
maven-resources-plugin
UTF-8
${basedir}/src/main/lib
${project.build.directory}/lib
*.jar
${basedir}/src/main/resources
org.apache.maven.plugins
maven-dependency-plugin
copy-dependencies
package
copy-dependencies
${project.build.directory}/lib
false
false
runtime