Skip to content

e406hsy/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web

My Personal Web Application Practice


Project Info

Install

  • Add src\main\resources\db.properties
spring.datasource.url={your datasource url}
spring.datasource.username={your username}
spring.datasource.password={your password}
# jpa 설정
spring.jpa.properties.hibernate.dialect={your dialect}

# mybatis 설정
mybatis.type-aliases-package={your package which is containing your models}
  • Build project using maven with pom.xml
  • Run Application

Releases

No releases published

Packages

No packages published