전체 글122 node.js 설치 및 react native 사용 node.js 설치 Visual studio code 터미널. -> 컨트롤 + ` https://reactnative.dev/docs/environment-setup?package-manager=npm Setting up the development environment · React Native This page will help you install and build your first React Native app. reactnative.dev Node.js 의(리엑트) npc npx create-expo-app AwesomeProject -> 만들어라 cd AwesomeProject ->change directory(cd) 만들 폴더로 이동 npx expo start -> 시작 해라 import .. 2024. 4. 1. theyeleaf 사용 package 형식은 이렇게 만들었습니다. maven 의존성 추가를 해준다. org.springframework.boot spring-boot-starter-thymeleaf main/main MainController -> main.html >>common.html (head,nav) /layout/common:: head(‘main’) MemberController /main/member ->member.html >>common.html (head,nav) TodoController /main/todo ->todo.html >>common.html (head,nav) 흐름의 형식은 이렇게 됩니다. •main.MainController package com.mh.restapi05.main; import.. 2024. 4. 1. 프론트 테스트 1 - index.html DOCTYPE html> Document //저장 function doSave() { const username = document.getElementById("username").value; const email = document.getElementById("email").value; const password = document.getElementById("password").value; const role = document.getElementById("role").value const btn = document.getElementById("btn"); btn.textContent = "저장중....." fetch("http://localhost:8080/member/joi.. 2024. 3. 29. jar -> war 로 tomcat 을 이용 우선 pom.xml에 의존성을 추가해준다. com.firstproject firstproject 0.0.1-SNAPSHOT firstproject firstproject 17 war 이렇게 적어줘야 jar -> war 파일로 바뀔수 있다. --> 이렇게 의존성을 추가해주면 이제 tomcat이랑 연결이 된다. tomcat 을 다운로드 해준다음 bin 파일에 터미널을 이용해서 ./stratup.sh -> tomcat이 시작 ./shutdown.sh -> tomcat이 종료 코드에다가 이제 war 파일을 만들어준다. 터미널,maven에 execute Maven Goal 에 tarkget mvnw clean # target 파일 삭제 mvnw compile # targe 파일생성 / java-> class 변경.. 2024. 3. 28. 이전 1 ··· 4 5 6 7 8 9 10 ··· 31 다음