Skip to content

linlwqq/erupt-pf4j-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erupt-pf4j-demo

基于pf4j实现erupt体系中插件开发

依赖

特性

开发过程中,可以避免 修改erupt后重启,直接在管理端 重启下插件即可
生产环境,通过jar或zip,动态加载erupt,不需要重新部署
  • 支持@Erupt
  • 支持@TplAction

目录结构

├── README.md
├── erupt-pf4j       ---> erupt-pf4j模块
   ├── pom.xml
   ├── src
├── example          ---> erupt应用示例
   ├── pom.xml
   ├── src
├── plugins          ---> 开发模式下的插件(目录结构不可变)
   ├── disabled.txt
   ├── plugin1
   ├── plugin2
   └── pom.xml
└── pom.xml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 90.8%
  • HTML 6.2%
  • FreeMarker 2.2%
  • Other 0.8%