Home  >  Q&A  >  body text

eclipse能否生成spring mvc的配置文件

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

PHP中文网PHP中文网2737 days ago748

reply all(4)I'll reply

  • 天蓬老师

    天蓬老师2017-04-21 11:21:06

    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

    reply
    0
  • 黄舟

    黄舟2017-04-21 11:21:06

    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

    reply
    0
  • 怪我咯

    怪我咯2017-04-21 11:21:06

    不是有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.

    reply
    0
  • PHP中文网

    PHP中文网2017-04-21 11:21:06

    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

    reply
    0
  • Cancelreply