Spring Tips: Organizational Consistency in your Spring Boot Applications

preview_player
Показать описание
Hi Spring fans! In this installment we look at things you might do to achieve organizational consistency in your Spring Boot applications and services.

speaker: Josh Long
Рекомендации по теме
Комментарии
Автор

25:05 Oh Josh, don't take the lazy way! #madeMyDay Very informative tips. Thanks!

Автор

Josch, thank you so much (again) for these tips. It helps me getting to the next level.

roamingthings
Автор

Creating your own starter - got to know about it for the first time. Was looking exactly for something like this. Thanks!

TeluguAbbi
Автор

So glad that I've subscribed. Thank you!

marekbugiel
Автор

Great stuff Josh - always something to learn when you are presenting!

kappaj
Автор

One more thing, on Linux I use alt + F12 for bringing up terminal. Pretty handy.

marekbugiel
Автор

@Josh Long: You are my hero from very starting I have started learning, practicing & working on Java, so a simple question, how to understand you and your work in a more fruitful way? You know the pattern.

DasuKhatri
Автор

thanks, very informative Josh. I have used yeoman to generate project templates for microservices, similar jhipster does, however it is needed nodejs and some other dependencies. In this case, I really prefer to create projects using cli instead web, but it surely depends on the users and preferences.

javisartdesign
Автор

13:38 How would you add JPA repository into NumberService - some additional configuration needed? (currently I am getting NoSuchBeanDefinitionException when I simply do @Autowire SomeJpaRepo with JPA starter present in .pom) Great tips btw!

jaro