How to open Spring Boot sample in Eclipse STS -


i've downloaded spring boot samples, , want run 1 of them in spring sts, instance one:

https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-web-jsp

however have no clue how import eclipse sts. tried import wizard, import file system non of work ((i error no project exists @ given location).

how can run sample in eclipse sts?

spring boot uses maven build tool, can import project existing maven project. m2e eclipse plugin generate eclipse settings mavens pom.xml file.

import file system tries import existing eclipse project, spring boot demos not include eclipse settings, independent of ide


Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -