Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DatabaseFinalProject
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
During summer vacation, Gitlab will be restart frequently. Use it carefully.
Show more breadcrumbs
kimsooyoung
DatabaseFinalProject
Commits
3b5a4cc0
Commit
3b5a4cc0
authored
Dec 17, 2020
by
kimsooyoung
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
c6715047
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+18
-2
18 additions, 2 deletions
README.md
with
18 additions
and
2 deletions
README.md
+
18
−
2
View file @
3b5a4cc0
...
...
@@ -2,6 +2,22 @@
ending_credit - mysql학습 용 영화 렌트 웹
### provide document on word/pdf on blackboard
## sql query statement -> domain/user/repository/CustomerRepositor && domain/movie/repository/MovieRepository
## query statement
sql query statement
1.
domain/user/repository/CustomerRepositor
2.
domain/movie/repository/MovieRepository
## have to `./gradlew build` in backend folder because of mapper
\ No newline at end of file
## run
frontend(vue)
-
npm install
-
npm run serve
(localhost:8081)
backend(spring boot)
-
./gradlew build (because of the mapper)
-
run
(localhost:5000)
### play on localhost:8081
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment