Skip to content

corona89/p82107479

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template

프로젝트 설명

샘플 Spring boot Application

기능 목록

  • TODO List 목록 조회, 삭제, 수정.
  • JPA를 사용하여 스키마 및 샘플 데이터 생성.
  • 로컬용 h2 mem db 샘플.
  • 개발용 postgresql 접속 템플릿.
  • 파일업로드&다운로드 로컬 실행시(application-local.yml에 pvc.path 파일저장 경로 설정 기본값 c:\temp)

Application 동작 방법

  • run
mvc spring-boot:run
  • 웹브라우저에서 서버 또는 로컬 8080 포트로 접속
http://[hostname]:8080

DB 접속 예제

  datasource:
    # jdbc driver
    driver-class-name: org.postgresql.Driver
    # url: jdbc:postgresql://localhost:5432/postgres
    url: jdbc:postgresql://[hostname]:[port]/[database]
    # 사용자명
    username: sa
    # 비밀번호
    password: 1234

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •