Open the browser to see the effect
Open the browser and enter: http://localhost/hello in the address bar. The output content is Hello JFinal World to prove that the project framework is completed. If you need a complete demo example, you can download it from the JFinal official website: http://www.jfinal.com
Note: When developing or running a project under tomcat, you need to delete the jetty-server-xxx.jar package first , otherwise conflicts will occur. The Tomcat startup project cannot use the startup method described above, because the above startup method requires the use of jetty-server-xxx.jar.