본문 바로가기

프로젝트 & TIL/일별 공부 기록 (백엔드 스쿨)

60일차 - 톰캣, 프로그래머스 문제 풀이, Postman

톰캣 설치

https://tomcat.apache.org/download-10.cgi

 

Apache Tomcat® - Apache Tomcat 10 Software Downloads

Welcome to the Apache Tomcat® 10.x software download page. This page provides download links for obtaining the latest version of Tomcat 10.1.x software, as well as links to the archives of older releases. Unsure which version you need? Specification versi

tomcat.apache.org

64-bit Windows zip 다운로드

  

인텔리제이 플러그인 - Smart Tomcat 다운로드

 

Servlet 디펜던시 추가

dependencies {
    compileOnly 'jakarta.servlet:jakarta.servlet-api:6.0.0'
}

https://school.programmers.co.kr/learn/courses/15009/lessons/121688?language=java 

 

프로그래머스

코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요.

programmers.co.kr

문제 풀이

https://yurison.tistory.com/375

 

[프로그래머스/자바] 신입사원 교육

import java.util.Arrays; class Solution { public int solution(int[] ability, int number) { for(int i=0; i

yurison.tistory.com


Postman API Platform

https://www.postman.com/

 

Postman API Platform | Sign Up for Free

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.

www.postman.com

  

Talend API(크롬 확장프로그램)와 비슷한 기능인 것 같다.