Java Spring MVC項目搭建(三)——「Hello World」

文章轉載自博客園:https://www.cnblogs.com/eczhou/p/6287886.html 在Spring 的配置文件裏,我們定義了一個bean ,Spring 會在啓動時候會生成對象。 <bean id = "helloworld" class="com.game.controller.Helloworld"> </bean> 現在我們來看看這個文件 首先在Java Res
相關文章
相關標籤/搜索