Welcome to the Java Library Swamp! !!

Hello Nev (neb). As early as 10 days after I started studying Java, I'm already obsessed with the fun of Java, so I'd like to drop what I've studied while getting on with it as a log.

Today's drop is about Spring Boot.

As I was studying Java, I noticed that Java has a ridiculously excellent library. As for how excellent it is, it is excellent enough to be able to manufacture screens and unit tests almost automatically. I was playing with raw PHP, so it's a level that I don't like (laughs) Since I was obsessed with the charm of such a library, I have compiled the materials that were extremely easy to understand when I used the library for the first time, even though I had only "IQ like a cactus".

God site that was taken care of

■ First Spring Boot (2015/8/28 material) └https://www.slideshare.net/shintanimoto/spring-boot10 → It's a little old, but this document is the easiest to understand, including the spirit of Spring Boot. The reason why it is better to develop using Spring Boot is described in a form that only sympathizes with those who have developed something even once.

■ What is AOP? Aspect Oriented Programming └https://qiita.com/ughirose/items/a7c66782f93cd1ae0d68 → A summary that gives a quick overview of annotations and AOP. For the time being, you can make a face like "Oh, I don't know, but I fully understand." I don't guarantee it.

■ How to install Spring Boot └https://www.lifestyle12345.com/2019/03/sts4-installation2.html → Actually, it's an introduction method for people who already have Eclipse. Manual installation is not recommended from SpringBoot4, so please use this!

■ A run-up book for getting started with Spring Boot (updated from time to time) └https://qiita.com/sugaryo/items/5695bfcc21365f429767 → The instructions on how to install Spring Boot and how to spit out characters on the screen are explained carefully. If you want to play with Apache Tomcat right now, please click here.

■ [spring boot 6] Let's create a login and user registration screen ④ └http://si.comp.ae.keio.ac.jp/web_app_dev_material/simple/dev_servlet/dev_servlet_login/index.html → As you can see, you can see how to make a login screen.

■ Spring Boot Explanation 18th (Basic: What is Controller) └https://qiita.com/TEBASAKI/items/267c261db17f178e33eb → The explanation about Spring Boot is carefully described. Above all, this page is recommended because it is well organized with regard to commonly used terms!

Finally

There are still a lot of things I haven't learned about Spring Boot, so I'd like to be able to summarize the rough form and what I could do and what kind of deliverables I made by this weekend.

I also want to read the Java code posted on Git etc., so if you have any recommendations, please let me know and I will be happy to cry.

Recommended Posts

Welcome to the Java Library Swamp! !!
Java Welcome to the Swamp of 2D Arrays
Input to the Java console
[java8] To understand the Stream API
The road from JavaScript to Java
Java reference to understand in the figure
Java SE8 Silver ~ The Road to Pass ~
[Java] How to use the HashMap class
About the procedure for java to work
[Java] How to use the toString () method
[Java] Use cryptography in the standard library
Studying how to use the constructor (java)
[Processing × Java] How to use the loop
[Java] How to set the Date time to 00:00:00
[Java] How to get the current directory
[Processing × Java] How to use the class
How to install the legacy version [Java]
How to get the date in java
Output of the book "Introduction to Java"
[Processing × Java] How to use the function
I went to the Java Women's Club # 1
[Java] Color the standard output to the terminal
[Java] How to use the Calendar class
Introducing the library
[Java] Introduction to Java
Introduction to java
[Java] How to use Thread.sleep to pause the program
3 ways to import the library in Android Studio
[Java] (for MacOS) How to set the classpath
Library "OSHI" to get system information in Java
How to use the replace () method (Java Silver)
[Java / PostgreSQL] Connect the WEB application to the database
Use Java external library for the time being
[Java] How to get the redirected final URL
[Java] Memo on how to write the source
[Java] How to get the authority of the folder
[Java] Try to solve the Fizz Buzz problem
Try adding text to an image in Scala using the Java standard library
Java coverage measurement library
[Java] How to omit the private constructor in Lombok
Changes from Java 8 to Java 11
Sum from Java_1 to 100
[Java] I want to calculate the difference from the date
How to write Scala from the perspective of Java
Try implementing the Eratosthenes sieve using the Java standard library
How to use java non-standard library on IntelliJ IDEA
[Java] How to extract the file name from the path
[Java] Connect to MySQL
[Java] How to encrypt with AES encryption with standard library
[Java] How to get the maximum value of HashMap
Source used to get the redirect source URL in Java
[Android Studio] [Java] How to fix the screen vertically
Kotlin's improvements to Java
How to use Truth (assertion library for Java / Android)
From Java to Ruby !!
Java classes and instances to understand in the figure
HTTPS connection with Java to the self-signed certificate server
Java bidirectional map library
Try global hooking in Java using the JNativeHook library
Java CSV library "opencsv"
Java: Use Stream to sort the contents of the collection