본문 바로가기

Spring boot Web project10

[Git] STS ( 이클립스 ) 에서 깃허브 연동방법 오늘은 STS ( 이클립스 ) 에서 깃허브를 연동하는 방법, 그리고 연동한 repository에 간단하게 commit , push 하는 방법을 포스팅 하겠습니다. 1. Github 에 새로운 repository 를 생성합니다. 2. 이클립스 ( STS ) 우측 상단에 위치한 Git Perspective를 클릭하면 아래와 같은 화면이 나옵니다 ( 만약 Git 버튼이 보이지 않는다면 Window > Perspective > Open Perspective > Other > Git 를 추가하시면 됩니다 ) 3. 아까 만들어두었던 Repository의 url 주소를 복사합니다. 4. 왼쪽 상단에 위치한 Clone Git Repository 버튼을 선택하고 URL 칸에 방금 복사한 repository의 주소를 넣은.. 2020. 2. 24.
[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.
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.
Layout 시 유용한 CSS https://zetawiki.com/wiki/HTML_div_3%EA%B0%9C_%EC%99%BC%EC%AA%BD-%EA%B0%80%EC%9A%B4%EB%8D%B0-%EC%98%A4%EB%A5%B8%EC%AA%BD_%EB%B0%B0%EC%97%B4 HTML div 3개 왼쪽-가운데-오른쪽 배열 - 제타위키 다음 문자열 포함... zetawiki.com 2020. 2. 19.
[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.