Home  >  Q&A  >  body text

Is there any toolkit like LAMP for java

LAMP is: linux apache mysql php
So is there an integrated installation package similar to tomcat mysql ssm redis for java development, which can be installed and configured in one go.
If not, is it difficult to implement it?

我想大声告诉你我想大声告诉你2668 days ago800

reply all(4)I'll reply

  • 習慣沉默

    習慣沉默2017-05-31 10:36:13

    Provide an option: playframework.
    If you want to do some projects independently, you can give it a try, but if your goal is to find a job, you should honestly learn spring mvc+mybatis+spring. In addition, you can consider reusing previous configurations through maven archetype, which can save trouble when creating new projects.

    reply
    0
  • phpcn_u1582

    phpcn_u15822017-05-31 10:36:13

    You can change the perspective: use vagrant or docker to achieve it

    reply
    0
  • ringa_lee

    ringa_lee2017-05-31 10:36:13

    Get a tomcat image and you’ll have everything

    For example, there are many types of tomcat environments under eclipse/che

    reply
    0
  • 淡淡烟草味

    淡淡烟草味2017-05-31 10:36:13

    Not currently. However, you can encapsulate the docker image yourself, or learn to use a rapid development framework like Spring Boot

    reply
    0
  • Cancelreply