Skip to content

project-3-payday-SKshieldus/payday_springboot-main

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

properties 파일

spring.application.name=payday

spring.datasource.driver-class-name =com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/PayDayDB?createDatabaseIfNotExist=true
spring.datasource.username=${DB_USERNAME:Mysql DB이름}
spring.datasource.password=${DB_PASSWORD:비밀번호}
spring.jpa.hibernate.ddl-auto=update

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%