eclipse能否生成spring mvc的配置文件
PHP中文网
PHP中文网 2017-04-21 11:19:06
0
4
741

如题,在看spring mvc,但是看着配置文件里的xmln里那些链接感觉很多,想发懒自动生成,不知道有没有自动生成的办法,感谢

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(4)
Peter_Zhu

In fact, Spring has a project specifically designed to help you simplify configuration work, called Spring Boot. After using it, many configurations are no longer needed. Personally, I think this should be much easier to use than the powerful support provided by IDE for configuration files. After all, configuration files The flexibility is too great. If you are interested, you can read this article Spring Boot - Developing a new generation of Spring applications

黄舟

First of all, if you want to develop J2EE applications, it is recommended that you change the IDE to MyEclipse, which will make development easier. There is a plug-in in MyEclipse that specifically supports generating spring-related configurations. That is, you create a new project, select it, and then select it from the menu bar. Myeclipse>Project Facets>Install Spring is enough

刘奇

不是有Spring Tool Suite么?

Your tools should be as refined as the code you write. STS is our Eclipse-based IDE crafted to serve the needs of building applications with Spring. We're always working on new features and performance in our mission to make STS the most productive Eclipse distribution available.

洪涛

Are you talking about automatically generating back-end transponders? It doesn’t seem to work, because the name of the backend forwarder is customized, and myeclipse doesn’t guess what name you want to use

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!