분류 전체보기 (510) 썸네일형 리스트형 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 삽입 미리보기할 수 없는 소스 Adding Open With a Program When we are coding there are times when we have to open multiple editors, in my case often to reference codes, and it is usually faster to open the editor from the folder rather than using the 'open' menu on the editors—however, for the editors that provide an option to whether to add the functionality or not when installing such as the Visual Studio, many people reluctantly reinstall the progra.. 폴더에서 프로그램 열기 편집기를 사용하다 보면 편집기의 열기 기능을 사용하여 찾는 것보다 폴더에서 찾아서 구동하는 것이 더 빠를 때 가 있습니다. 하지만, 비주얼 스튜디오 같이 설치할 때 해당 기능을 추가할지 여부를 옵션으로 제공하는 경우 깜빡하고 체크하지 않는 경우 재 설치 하는 경우가 많은데요. 오늘은 윈도에서 재설치 없이 프로그램으로 열기 기능을 추가하는 방법을 살펴볼까 합니다. 레지스트리 열기 먼저, 해당 기능을 추가하는 데 필요한 폴더들을 관리하는 레지스트리를 열어야 하는데요. 시작 아이콘을 우클릭하여 'Run'을 누르거나 바탕화면에서 Window + R을 누릅니다. 열린 커맨드에 아래 명령어 입력 regedit 디렉터리 추가 Registry Editor가 열리면 좌측 패널을 스크롤해서 'Directory' -> 's.. 스프링빈 빈 등록 (디펜던시 인젝션) 객체지향 디자인에서 프로그램 상호 간 의존성을 줄이고 유연성과 재 사용성을 높이기 위한 설계원칙으로 아래와 같이 5가지 원칙으로 구성된 SOLID 디자인 룰을 사용합니다 SRP (Single Responsibility): 각 클래스가 한 가지 기능만 전담하도록 설계 OCP (Open / Closed Principle): 기능의 확장은 가능하고 수정은 불가능하도록 설계 LSP (Liskov's Substitution Principle: 부모를 상속받는 클래스는 부모의 기능을 대신할 수 있도록 설계 ISP (Interface Segregation Principle): 고유의 기능을 전담하는 인터페이스 분리 DIP (Dependency Inversion Principle): 클래스와 모듈, 비즈니스 로직이 추.. 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 삽입 미리보기할 수 없는 소스 스프링부트 뷰 템플릿 (타임리프, 제이에스피) 동적화면을 표시하기 위해 스프링 부트에서 사용가능한 다양한 도구가 존재합니다. 오늘은 어떠한 툴을 어떻게 연결하는 지와 사용방법을 살펴보겠습니다. HTML 삽입 미리보기할 수 없는 소스 스프링 부트 에이피아이 오늘 포스팅에서는 스프링부트의 애플리케이션의 기본구조를 살펴보고 에이피아이 서버 애플리케이션을 만들고 데이터의 생성, 검색, 수정, 삭제 기능을 구현 및 H2 데이터베이스를 추가하는 작업을 보겠습니다. HTML 삽입 미리보기할 수 없는 소스 Creating a Server with Node.js The web server contains all the information about the application and allows users to access the data. Typically, getting the request and sending the data is done with HTTP(S), and today we will see the ways to create a server using the native Node.js module, 'http', in Node.js HTML 삽입 미리보기할 수 없는 소스 이전 1 ··· 9 10 11 12 13 14 15 ··· 64 다음