Skip to content

Olezha/Flowergarden

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flowergarden ℹ️ Build Status codecov

for launching: mvn clean package spring-boot:run
web-rest application will be available at the following url: http://localhost:8080/rest

Changelog:

  • Concurrent HW Calculate Million
  • lesson 10 HW
    • Refactoring all functionality to Spring (Data) stack; change db (for training).
      Old stage is placed in a separate branch lesson/9.
  • lesson 6 HW
    • Remove custom DB Connection Pull & refactor repository impl for work through JdbcTemplate.
      Old stage is placed in a separate branch jdbcp.