The default template supports only jsp file, to add Servlet support, modify the build.gradle. apply plugin: 'java' apply plugin: 'war' apply plugin: 'jetty' ...
確定! 回上一頁