πŸ’Žλͺ©ν‘œ

image.png

src
└── main
    β”œβ”€β”€ kr.ac.kumoh.s20230000.w24w10CardDealer
    β”‚   β”œβ”€β”€ W24w10CardDealerApplication.kt
    β”‚   β”œβ”€β”€ controller
    β”‚   β”‚   └── CardController.kt
    β”‚   β”œβ”€β”€ service
    β”‚   β”‚   └── CardService.kt
    β”‚   β”œβ”€β”€ repository
    β”‚   β”‚   β”œβ”€β”€ CardRepository.kt
    β”‚   β”‚   └── InMemoryCardRepository.kt
    β”‚   └── model
    β”‚       └── Card.kt
    └── resources
        β”œβ”€β”€ static
        β”‚   └── images
        β”‚       β”œβ”€β”€ 2_of_clubs.png
        β”‚       β”œβ”€β”€ 4_of_diamonds.png
        β”‚       β”œβ”€β”€ king_of_hearts.png
        β”‚       └── ... (총 52μž₯)
        └── templates        
            └── cards.html

β­ν”„λ‘œμ νŠΈ 생성

start.spring.io

λ‹€μŒκ³Ό 같이 선택

kr.ac.kumoh.sν•™λ²ˆ
w24w10CardDealer
Week 10, Web Server Programming

image.png

Dependencies (μ„Έ 개 μΆ”κ°€)

image.png

image.png

image.png

image.png