sfg-pet-clinic
SFT Pet Clinic
파일 탐색기
최종 버전 다운로드 (.zip)- config.yml
- maven-wrapper.jar
- maven-wrapper.properties
- BaseEntity.java
- Owner.java
- Person.java
- Pet.java
- PetType.java
- Speciality.java
- Vet.java
- Visit.java
- OwnerRepository.java
- PetRepository.java
- PetTypeRepository.java
- SpecialtyRepository.java
- VetRepository.java
- VisitRepository.java
- AbstractMapService.java
- OwnerMapService.java
- PetMapService.java
- PetTypeMapService.java
- SpecialityMapService.java
- VetMapService.java
- VisitMapService.java
- OwnerSDJpaService.java
- PetSDJpaService.java
- PetTypeSDJpaService.java
- SpecialitySDJpaService.java
- VetSDJpaService.java
- VisitSDJpaService.java
- CrudService.java
- OwnerService.java
- PetService.java
- PetTypeService.java
- SpecialtyService.java
- VetService.java
- VisitService.java
- OwnerMapServiceTest.java
- PetMapServiceTest.java
- OwnerSDJpaServiceTest.java
- pom.xml
- DataLoader.java
- IndexController.java
- OwnerController.java
- PetController.java
- VetController.java
- VisitController.java
- PetTypeFormatter.java
- SfgPetClinicApplication.java
- header.less
- petclinic.less
- responsive.less
- typography.less
- messages.properties
- messages_de.properties
- messages_en.properties
- messages_fr.properties
- montserrat-webfont.eot
- montserrat-webfont.svg
- montserrat-webfont.ttf
- montserrat-webfont.woff
- varela_round-webfont.eot
- varela_round-webfont.svg
- varela_round-webfont.ttf
- varela_round-webfont.woff
- favicon.png
- pets.png
- platform-bg.png
- spring-logo-dataflow-mobile.png
- spring-logo-dataflow.png
- spring-pivotal-logo.png
- inputField.html
- layout.html
- selectField.html
- createOrUpdateOwnerForm.html
- findOwners.html
- index.html
- ownerDetails.html
- ownersList.html
- createOrUpdatePetForm.html
- createOrUpdateVisitForm.html
- index.html
- index.html
- notimplemented.html
- application.properties
- vizsla.jpg
- wro.properties
- wro.xml
- OwnerControllerTest.java
- PetControllerTest.java
- VisitControllerTest.java
- SfgPetClinicApplicationTests.java
- pom.xml
- .gitignore
- mvnw
- mvnw.cmd
- pom.xml
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/springframeworkguru/sfg-pet-clinic
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd sfg-pet-clinic
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Maven (Java)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java 프로젝트를 빌드/실행하려면 필요합니다.
- Maven mvn 명령어를 쓰기 위한 빌드 도구입니다.
cd pet-clinic-data
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
mvn clean install
Maven으로 의존성 설치와 빌드를 진행합니다.
BUILD SUCCESS 메시지가 뜨면 성공입니다. target/ 폴더에 결과물이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
