Skip to content

cs6402/embedded-jetty-by-Spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A jetty server mananged by spring and all spring applications on jetty will reference to the same spring core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages