摘要:
主函数 3.Controller 4.application.properties 5.调用 http://localhost:9080/app/hello?name=sdfasd http://localhost:9080/app/hello/stss http://localhost:9080/ 阅读全文
摘要:
import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.net.URL; import java.util.ArrayList; import java.util.Properties; public class App { ... 阅读全文