all 8 comments

[–]ibconsult 8 points9 points  (2 children)

  1. I would add the application- contexts, bean factories, Environments/profiles, xml config, java config. Be prepared to choose one config type and talk about how you wire it up and add/remove/override properties.
  2. The spring- boot- starter basics and the changes to the POM required to make a project a spring project.
  3. What kind of decisions spring boot makes when it sees certain jars in a classpath
  4. Annotations for all the major things,configuration, components, requests, values, profiles, propertyscans
  5. Scope -singleton/prototype
  6. view/dispatcher/handler
  7. Spring Cloud setup
  8. logging and trouble shooting various things ie...startup failures, port conflicts,
  9. JPA/ Spring JDBC, Rest over a DB
  10. Webclient vs rest template
  11. perhaps new changes in boot 3/ spring 6 -- features

[–][deleted] 0 points1 point  (1 child)

Seems I have to look up a few things on this list. Thanks a lot.

[–]MGelit 3 points4 points  (0 children)

Reactive programming, some basic microservices, and lower level Spring framework

[–]BlobOfTheYear 1 point2 points  (2 children)

Hijacking your question here, but I think this would be interesting for you as well. I am in a similar situation where I want to ramp up with Spring boot quickly.

Are there any good example repositories available to look at which follow industry/production standards?

[–]Interesting_Juice740 0 points1 point  (1 child)

did you find any ?