본문 바로가기
반응형

전체 글47

JSP내에 자바 코드 삽입하기 .jsp Template에서 자바 코드 삽입하는 방법 목차 지시태그 (Expression) 주석문 (Scriptlet) 표현태그 (Declaration) 선언문 ( 표현식 (Expression) : 값을 확인하는 용도로도 활용 가능 example 이와 같이 사용 할 수 있다. 주석문 (Scriptlet) : 주석 및 Java Class Import 용도로도 사용 가능 선언부 (Declaration) : 변수 선언하기 가능 이와 같이도 사용이 가능하다. 2022. 12. 13.
[CI/CD] 환경 구축 및 Spring boot Gradle Build 설정(Windows 환경)(2) Jenkins 를 아직 설치 못하신 분은 아래 포스팅을 통해 설치하시고 오시기 바랍니다. https://big-brown-bear93.tistory.com/42 [CI/CD] 환경 구축 및 Spring boot Gradle Build 설정(Windows 환경)(1) 포스팅에서 다룰 주제는 아래와 같습니다. - Window 환경 : Jenkins 구성 - Gradle Build Script 배포 [Windows Jenkins Install] 1. Install File Download Install URL : https://www.jenkins.io/download/ Jenk.. big-brown-bear93.tistory.com 이번 포스팅은 설정 관련하여 포스팅을 하겠습니다. 천천히 읽으시면서 따라하시.. 2022. 10. 20.
[CI/CD] 환경 구축 및 Spring boot Gradle Build 설정(Windows 환경)(1) 포스팅에서 다룰 주제는 아래와 같습니다. - Window 환경 : Jenkins 구성 - Gradle Build Script 배포 [Windows Jenkins Install] 1. Install File Download Install URL : https://www.jenkins.io/download/ Jenkins download and deployment Jenkins download and deployment The Jenkins project produces two release lines: Stable (LTS) and regular (Weekly). Depending on your organization's needs, one may be preferred over the other. See.. 2022. 8. 25.
503 Server Error: Service Unavailable for URL Airflow 배치 업무를 통해 운영하다가 가끔씩 503 Sever Error가 발생하는 경우가 존재한다. (* 주말 or 새벽) 503 Error를 보면 내부적인 오류인 경우가 있다. Guide는 아래 URL를 통해 해결하면 된다. https://www.lifewire.com/503-service-unavailable-explained-2622940 How to Fix a 503 Service Unavailable Error Message A 503 Service Unavailable error means that the website's server is unavailable, usually due to maintenance or server overloading. Here's what to do. .. 2022. 3. 7.
반응형