Skip to content

FASTLANE 백엔드개발자(주니어) 사전테스트

Notifications You must be signed in to change notification settings

Laminett/demoForFastlane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastlane 백엔드개발자(주니어) 사전 테스트

  • 프로젝트 정보
Java: 14
DB: MariaDB
  • 서버 및 DB정보 설정
application.yml

1. API URL 확인 페이지

http://localhost:18090/swagger-ui.html

2. Local API Test

src/test/http-request/api-user.http

3. DB CREATE QUERY

CREATE TABLE user
(
    id     varchar(255) NOT NULL,
    password     varchar(255) NOT NULL,

    CONSTRAINT uix_username UNIQUE (id)
);

About

FASTLANE 백엔드개발자(주니어) 사전테스트

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published