Setting/Back-End

Setting/Back-End

iTerm2?

iTerm2란? 맥 OS에서도 터미널 이름을 가진 가상 터미널을 기본적으로 제공하지만, iTerm은 공식 터미널 앱 대신 사용할 수 있는 가상 터미널 애플리케이션이다. iTerm2는 기본 터미널 애플리케이션보다 다양한 기능을 제공하고 있다. https://iterm2.com/ iTerm2 - macOS Terminal Replacement iTerm2 by George Nachman. Website by Matthew Freeman, George Nachman, and James A. Rosen. Website updated and optimized by HexBrain iterm2.com iTerm2 기능 새창 띄위기 command + N 새탭 열기 command + T 탭 닫기 command + W ..

Setting/Back-End

기본적인 세팅

Spring Boot application.properties # server setting server.port=8080 # database setting spring.datasource.driver-class-name=oracle.jdbc.OracleDriver spring.datasource.url=jdbc:oracle:thin:@localhost:1521:xe spring.datasource.username=test spring.datasource.password=1234 # DBCP(DataBase Connection Pool) spring.datasource.dbcp2.max-total=20 spring.datasource.dbcp2.min-idle=0 spring.datasource.dbcp..

개발하는 구름이
'Setting/Back-End' 카테고리의 글 목록