Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiwepy/spring-bytebuddy
基于byte-buddy生成Spring MVC 框架的Controller
https://github.com/hiwepy/spring-bytebuddy
Last synced: 23 days ago
JSON representation
基于byte-buddy生成Spring MVC 框架的Controller
- Host: GitHub
- URL: https://github.com/hiwepy/spring-bytebuddy
- Owner: hiwepy
- License: apache-2.0
- Created: 2018-05-20T14:28:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T16:31:40.000Z (3 months ago)
- Last Synced: 2024-11-20T14:19:51.402Z (about 2 months ago)
- Language: Java
- Size: 122 KB
- Stars: 12
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-bytebuddy
基于byte-buddy生成Spring MVC 框架的Controller
### Maven Dependency
``` xml
com.github.hiwepy
spring-bytebuddy
${project.version}```