Skip to content

mritunjayr/post-spring-boot-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Complete all the endpoints for CRUD operations on Muzix

  2. Use h2-console to view in-memory data

  3. Add an endpoint to search trackByName. Understand @Query and parameter passing to @Query

  4. Generate API documentation using Swagger 2

  5. Create custom exceptions TrackNotFoundException, TrackAlreadyExistsException in a com.stack....exceptions package. Perform appropriate exception handling and propagation back.

  6. Running Logic on Startup in Spring. Create seed data to pre-fill the database with movie information whenever the application starts. Use both approaches:

    Approach 1: ApplicationListener

    Approach 2: CommandLineRunner (Find out how it differs from ApplicationRunner)

  7. Global exception using Controller advice

  8. Remove all hard coded data from the application code to application.properties a)by using @Value.b)by using @PropertySource c)by using Environment (https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/env/Environment.html)

  9. Add @Lombok (https://drive.google.com/file/d/1QQpEQZbDD9pmW2qrhYsx5N9XYQ5bJ5dM/view)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages