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?
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
Post a Comment