java - Spring boot - new project -


i create java project (none web) take advantage of spring features dependency injection, transactional data, autowiring etc,

some of features use:

  • @service
  • @autowired
  • @repository
  • @transactional
  • jdbctemplate

stuff don't need:

  • hibernate
  • @controller
  • @path

i struggling create initial spring project initial configuration
wondering if can create initial spring project using new spring boot integration in eclipse?
if possible correct modules select screen?

spring boot integration in eclipse

the annotations included in org.springframework (spring-context) if create default project pom spring-boot-starter dependency includes org.springframework.

regarding jdbc it's included in spring-boot-starter-jdbc.


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -