Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Aily-AIRecycle/Aily_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

109 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1.login

@PostMapping loginRe(id, pw)

service.signIn(aop.SignControllerAspect) -> return String

if(id & !pw) = id_ok

if(id & pw) = all_ok

if(!id) = id_fail

2.join

@PostMapping save(user, nickname) <- One To One Table

service.signUp(aop.SignControllerAspect) -> not return

transaction will be add.... maybe

About

RESTful API with Spring boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •