Skip to content

Latest commit

 

History

History
executable file
·
32 lines (25 loc) · 831 Bytes

File metadata and controls

executable file
·
32 lines (25 loc) · 831 Bytes

jetty9 Spring4 Embedded NoWebXML Example

利用jetty9启动无web.xml配置的spring4最简单应用程序

Requirements

启动应用程序的方法

方法1

  1. mvn jetty:run

方法2

  1. mvn clean install exec:exec

方法3

  1. 通过jetty的 org.eclipse.jetty.xml.XmlConfiguration 执行jetty/jetty.xml文件

方法4

  1. 执行com.halfray.example.initializer.JettyWebContextServer类的main方法

方法5

  1. 执行com.halfray.example.initializer.JettyServletContextServer类的main方法

通过浏览器查看应用

http://localhost:8080/