์„ ์ˆ˜ ๋“ฑ๋ก 2

42. ์„ ์ˆ˜ ๋“ฑ๋ก

42. ์„ ์ˆ˜ ๋“ฑ๋ก 10. ์„ ์ˆ˜ ๋“ฑ๋ก ์—ฐ๋™ ์„ ์ˆ˜ ๋“ฑ๋ก ๊ตฌํ˜„(Registration.vue) ๋”๋ณด๊ธฐ ํŒ€ ๋“ฑ๋ก ํŒ€ ๋ช… ์—์ด์ „ํŠธ ๋“ฑ๋ก ์—์ด์ „ํŠธ ๋ช… ์„ ์ˆ˜ ๋“ฑ๋ก ์ด๋ฆ„ ๋‚˜์ด ์„ธ ์‹ ์žฅ cm ๋ชธ๋ฌด๊ฒŒ kg ํฌ์ง€์…˜ FWD MD DF ๋‚˜๋ผ ๋ชธ๊ฐ’ \ ์‚ฌ์ง„ ์†Œ์† ํŒ€ ์„ ํƒ์•ˆํ•จ {{team.teamname}} ์—์ด์ „ํŠธ ์„ ํƒ์•ˆํ•จ {{agent.agentname}} ์†Œ์† ํŒ€, ์—์ด์ „ํŠธ ๋ชฉ๋ก ๊ฐ€์ ธ์˜ค๊ธฐ ์†Œ์† ํŒ€๊ณผ ์—์ด์ „ํŠธ๋Š” ์„œ๋ฒ„์— ์ €์žฅ๋˜์–ด ์žˆ๋Š” ์ •๋ณด๋ฅผ ๊ฐ€์ ธ์™€์„œ selectbox๋กœ ๋‚˜ํƒ€๋‚ธ๋‹ค. async created(){ //ํŒ€ ๋ชฉ๋ก ์กฐํšŒ const url = "/REST/teamall"; const headers = {"Content-Type":"application/json"} const response = await axios.get(..

10. ์„ ์ˆ˜ ๋“ฑ๋ก

10. ์„ ์ˆ˜ ๋“ฑ๋ก * ์„ ์ˆ˜ ๋“ฑ๋ก์€ ADMIN ๊ณ„์ •๋งŒ ๊ฐ€๋Šฅํ•˜๋„๋ก ํ•œ๋‹ค. ์„ ์ˆ˜ entity ์ƒ์„ฑ ์‹œํ€€์Šค๋ฅผ ์ƒ์„ฑํ•˜์—ฌ id๊ฐ€ ์ž๋™์œผ๋กœ ์ฆ๊ฐ€ ๋˜๋„๋ก ํ•œ๋‹ค. package com.example.entity; ๋”๋ณด๊ธฐ import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Lob; import javax.persistence.SequenceGenerator; import javax.persistence.Table; i..