We have developed a website to review ramen shops. This time, I will write about the background and what I learned.
・ Java ・ Spring ・ HTML / CSS ・ JavaScript ・ Heroku ・ MySQL ・ Spring Tool Suite
This website was developed when I was asked to synchronize my company while studying Spring at Udemy. We asked about the necessary requirements from the same period and released it. It was a very good experience for me to develop for the first time in Spring, for the first time at the request of a friend, and for the first time. I'm glad my friend was happy.
You can post the ramen shop you went to this time. The images displayed differ depending on the classification of soy sauce ramen, miso ramen, and so on. All CRUD processing is covered.
Spring is insanely convenient! !! !! This time, I proceeded with development while studying at Udemy. I needed new knowledge such as DI and annotation, but it was very interesting.
Dependency Injection, the name was already too cool. When I was writing code in plain Java, it was fresh because I was just new.
It was refreshing to be able to control the transition destination with annotations in Controller. Also, it was very convenient to be able to put constraints by writing @NotNull etc. in the Form class! In plain Java, I checked whether the variable was null, so the amount of code was overwhelmingly reduced. It's simple and nice.
When developing from now on, I decided to actively use Spring.
Introduction to Spring-Creating an inquiry app and ToDo app using SpringBoot 2- I'm not a turner, but it was easy to understand!
GitHub Visit GitHub!
Recommended Posts