본문 바로가기

WebProgramming7

[Spring] 스프링 개발을 위한 STS 설치 및 Spring Web Project 생성 오늘은 앞으로 할 스프링 개발을 위해 STS를 다운로드/설치 및 Spring Web Project를 생성해 보겠습니다. 먼저 STS를 다운로드 하기 위해 아래 사이트에 접속합니다. https://spring.io/tools Spring Level up your Java code and explore what Spring can do for you. spring.io 사이트에 접속하면 위와 같은 화면이 보입니다. 여기서 본인 컴퓨터의 운영체제에 맞는 STS를 다운로드 후 설치합니다. 설치 후 실행했을때 별다른 문제 없이 실행된다면 STS 설치가 완료된 것입니다. 다음으로, 설치한 STS에 Spring Web Project를 생성 해보겠습니다. 먼저, File > New > S.. 2020. 2. 23.
2020.02.22 개발일지 Spring Starter Web Project 를 새롭게 생성하여 설정을 완료한 후, Run as Spring App으로 돌렸을 때 계속 기본클래스를 찾거나 로드할 수 없다는 오류가 발생했다. 인터넷 검색결과 대략 2가지 해결방법이 있었는데 그중 첫번째는, Properties > Run/Debug Settings > 프로젝트 클릭 > Delete 를 한 후 Project > Clean 을 하는 방법이였고 두번째는 Run as > Run Configurations > classpath > User Entries > Advanced > Add Folders > Ok 이후 Classes를 잡아주는 방법이있었다 나의 경우에는 두가지 해결방법 모두 도움이 되지 못하였다 😢 계속 해결방법을 찾지 못하고 있던 도중.. 2020. 2. 22.
Apache Jmeter 설치 및 사용법 1. Apache Jmeter 설치 http://jmeter.apache.org/ Apache JMeter - Apache JMeter™ Apache JMeter™ The Apache JMeter™ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other t jmeter.apache.org 위 사이트에 접속하여 사이트 왼쪽의 Download Releases 버튼을 클릭한 .. 2020. 2. 20.
[Spring] 스프링 부트 Web project thymeleaf 설정 html 파일로 사용시 맨 위줄 html 태그에 추가 dependency 추가 org.springframework.boot spring-boot-starter-thymeleaf 2020. 2. 18.
[Frontend Framework] 참고할 만한 사이트 - tree view 위주 https://material-ui.com Material-UI: A popular React UI framework React components for faster and easier web development. Build your own design system, or start with Material Design. material-ui.com https://docs.microsoft.com/ko-kr/dotnet/api/system.windows.forms.treeview.nodes?view=netframework-4.8 TreeView.Nodes 속성 (System.Windows.Forms) 트리 뷰 컨트롤에 할당된 트리 노드 컬렉션을 가져옵니다.Gets the collecti docs.mi.. 2020. 2. 18.
[Thymeleaf] 하나부터 열까지 ( Part 1 ) + 참고 : Thymeleaf Document https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#standard-expression-syntax Tutorial: Using Thymeleaf 1 Introducing Thymeleaf 1.1 What is Thymeleaf? Thymeleaf is a modern server-side Java template engine for both web and standalone environments, capable of processing HTML, XML, JavaScript, CSS and even plain text. The main goal of Thymeleaf is to provide .. 2020. 2. 17.