일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- oracle between
- bitbucket
- Java
- github
- Spring Boot
- MySQL
- between date
- hikaricp
- oracle
- catalina log
- log4j2
- 배열스트링
- ORACLE CLOUD
- log4j profile
- between 날짜
- git
- Spring Security
- 라즈베리파이
- ubuntu
- Gradle
- Linux
- intellij
- hikari
- mybatis
- springboot
- python 개발환경
- datasource
- STS
- Spring
- template
- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- oracle between
- bitbucket
- Java
- github
- Spring Boot
- MySQL
- between date
- hikaricp
- oracle
- catalina log
- log4j2
- 배열스트링
- ORACLE CLOUD
- log4j profile
- between 날짜
- git
- Spring Security
- 라즈베리파이
- ubuntu
- Gradle
- Linux
- intellij
- hikari
- mybatis
- springboot
- python 개발환경
- datasource
- STS
- Spring
- template
- Today
- Total
목록github (6)
파워노트
thymeleaf 테스트 및 작업을 위한 설정 2021.11.16 - [spring boot] - [ skeleton ] thymeleaf 설정 [ skeleton ] thymeleaf 설정 thymeleaf Template spring 에서는 여러가지 UI 템플릿 등을 제공한다.. 가장 보편적인 jsp, thymleaf 등을 사용한다. 여기서는 thymeleaf 를 가지고 설정을 진행 해 보자. thymeleaf 설정. build.gradle 설정 //.. powernote.tistory.com 앞서 thymeleaf 설정을 하였다. 이후 페이지 편집등을 진행할때 굉장히 번거로움을 느낄것이다. 왜냐하면, html 페이지를 매번 수정한후 반영 확인을 위해 springboot application을 재기동..
thymeleaf Template spring 에서는 여러가지 UI 템플릿 등을 제공한다.. 가장 보편적인 jsp, thymleaf 등을 사용한다. 여기서는 thymeleaf 를 가지고 설정을 진행 해 보자. thymeleaf : https://www.thymeleaf.org/ Thymeleaf Integrations galore Eclipse, IntelliJ IDEA, Spring, Play, even the up-and-coming Model-View-Controller API for Java EE 8. Write Thymeleaf in your favourite tools, using your favourite web-development framework. Check out our Ecosyst..
Spring Tool Suite4 에서 github 연동하여 import 하는 방법 * STS Version: 4.11.0.RELEASE * 개발 OS : MacBook Pro (15-inch, 2018) ( Macos : Catalina ) * sts 의 import 하는 부분은 windows 나 macbook 이나 큰 차이는 없을것 같습니다. * github 뿐 아니라 git repository 에서 import 하는 방법입니다. STS ( 이클립스 ) 실행 : - 왼쪽 메뉴중 import project 선택 - 메뉴 -> file > import > git > project from git(with smart import)선택 git -> Projects From git ( with smart im..
# gitHub 소스 내려받기 * gitHub에 repository가 생겼으니 해당 영역에 개발진행하여 작업소스 올리고 내려받아 봅니다. * 우선 github 의 Repository 주소를 복사한다. * git clone "[레포지토리 주소]" Terminal 실행하여 git clone을 통해 소스 내려 받기. * Repository 생성시 만들어진 README.md 파일이 잘 내려 받아졌다. # gitHub 소스 올리기. * 먼저 테스트를 위해 README.md 파일을 수정합니다. "문서 수정하여 업데이트" 문구를 추가하였습니다. * git status git status 명령으로 README.md파일이 수정됨을 확인 할수 있다. * git add . git add 명령으로 로컬 stage에 소스를 추..
# 무료로 제공된 소스관리 공간이 마련되었으므로 Repository를 생성해 보자. # GitHub 로그인 * 가입한 정보로 로그인 한다. # Repository 생성. * Repository 이름, 설명, 공개, 비공개 등의 원하는 항목 선택이후 Create repository 버튼 클릭. * Repository가 잘 생성 되었습니다.
# 공짜 git Repository 가입하기 * gitHub 는 가장 인기 있는 git repository를 공짜로 제공한다. 얼마전부터는 private repository까지도 공짜로 제공해준다. 물론 팀간의 프로젝트 및 Advance 옵션 사용자는 금액이 지불됩니다. # 가입하기 URL : https://github.com/ Build software better, together GitHub is where people build software. More than 50 million people use GitHub to discover, fork, and contribute to over 100 million projects. github.com * github 사이트 방문하여 sign up fo..