Backend/Java (16) 썸네일형 리스트형 Spring Boot Form Spring Boot provides an easy way to manipulate the form data. Let's see how we can bind, validate, and send form data. HTML 삽입 미리보기할 수 없는 소스 Spring Beans - Dependency Injection In Object Oriented Design, there is a rule called 'SOLID" that is used to increase the reusability and flexibility while decreasing the dependency between programs SRP (Single Responsibility): A class should handle one functionality OCP (Open / Closed Principle): Functions should be expendable but not modifiable LSP (Liskov's Substitution Principle: A child should substitute their parent ISP (In.. Spring Boot Security Spring boot security blocks unauthorized access to the endpoints HTML 삽입 미리보기할 수 없는 소스 Spring Boot Actuator Spring boot starter actuator is a dependency that provides endpoints for application management and application information HTML 삽입 미리보기할 수 없는 소스 Data Persistency Tools (JPA, Hybernate, Mybatis) Many tools help us do data operations, such as JPA and Mybatis in Spring Boot. In this posting, we will check out some of the Database Persistence tools. HTML 삽입 미리보기할 수 없는 소스 Spring Boot View Template Tools There are many tools to dynamically change the screen in Spring Boot. In this posting, we will explore some of the tools and how to set up and use them. HTML 삽입 미리보기할 수 없는 소스 Spring Boot API In this posting, we will see the structure of the Spring Boot application and how to make the API server using Spring Boot. for CRUD operations. We will also see how we can persist data using the H2 database HTML 삽입 미리보기할 수 없는 소스 Creating a Spring Boot Project Java is an object-oriented language that was developed in 1995 by James Gosling and it is still one of the most popular languages to develop applications. Spring is a framework for Java application development that provides various libraries. One of the downsides of using Spring is the manual configurations and server setup that can be messy and tiresome even before the actual application develo.. 이전 1 2 다음