#69 [Vue] Spring - Vue 게시판 : 삭제(delete), 팀 깃허브(GitHub)
# Vue Spring boot # frontend(Vue) : http://localhost:8080 # spring : http://localhost:8000 # 실무에서의 시스템 아키텍쳐 # 3-tier 구조 : - frontend(Vue) : 서버컴퓨터 , HP 컴퓨터(cpu 4 , mem 16G) - spring : 서버컴퓨터 , HP 컴퓨터(cpu 4 , mem 16G) - oracle(DB) : 서버컴퓨터 , HP 컴퓨터(cpu 8 , mem 128G) # 예) 시스템 아키텍쳐 구조 : standalone (컴퓨터 1대 : frontend, spring, oracle) 2-tier 구조 (컴퓨터 2대 : frontend + spring, oralce) 3-tier 구조 (컴퓨터 3대 : fr..