Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 500 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 500 Bytes

Manage-embedded-jetty-by-Spring

A jetty server mananged by spring and all spring applications on jetty will reference to the same spring core. So you could manage resources in low level spring and share to all spring applications on jetty. Finally, you would realize that it's similar to J2EE concept, but much more lighter.

Feature

  • Full spring management
  • Shared spring application context for core and web mvc
  • Full dependency management, diff from spring-boot

License

Apache-2.0