Skip to content

youjeongsue/goal-rest-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goal-rest-service

Coding Convention

Follow https://google.github.io/styleguide/javaguide.html

Git branch naming convention

(ym)|(js)|(jw)/token/short_lowercase_name token

  • wip: Works in progress; stuff I know won't be finished soon
  • feat: Feature I'm adding or expanding
  • bug: Bug fix or experiment
  • junk: Throwaway branch created to experiment

Git commit convention

Use present tense commit

ex) Add object foo

Commit often, include single change

Keep master branch clean

About

Spring Boot 🌱

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%