일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 설정
- MSSQL
- Source
- Thymeleaf
- 오픈소스
- SpringBoot
- error
- Tomcat
- ubuntu
- 문서
- Exception
- Eclipse
- maven
- oracle
- jpa
- spring
- PostgreSQL
- STS
- Core Java
- Open Source
- IntelliJ
- Spring Boot
- git
- MySQL
- AJAX
- myBatis
- Docker
- JavaScript
- Python
- JDBC
- Today
- Total
목록terminal (2)
헤르메스 LIFE

STS Terminal 을 이용해서 Github와의 연동을 완료했습니다. 이제는 Github에 있는 Repository 내용을 Clone 받아 보겠습니다. 그러기 위해서는 로컬에 있는 octopus_backend 폴더를 삭제해야 합니다. https://hermeslog.tistory.com/675 [STS] Terminal을 이용한 Git 설정 STS 에서 Git을 연동하는 내용을 테스트 했습니다. https://hermeslog.tistory.com/674 [STS] STS에서 Github 연동 / 프로젝트 업로드 개발환경 STS 4.17.2.RELEASE Github https://hermeslog.tistory.com/464 [Git] Windows 10 Git 설치 G hermeslog.tisto..

개발환경JDK : 1.8Spring BootlombokThymeleafVue Cli : 2.9.6Vue.js : Version 2.xnode.js : 16.14.2npm : 8.5.0Database : PostgreSQL1. Spring Boot 환경설정application.yml# WAS server settingserver: port: 9090 servlet: context-path: / encoding: charset: UTF-8 enabled: true force: true session: timeout: 3600 # 기본단위 : 초 tomcat: uri-encoding: ..