Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 오류
- firestore
- myBatis
- CSS
- jQuery
- vscode
- AJAX
- 이클립스
- java
- SQLD
- 자바
- 스파르타코딩클럽
- 오블완
- HTML
- error
- Eclipse
- 티스토리챌린지
- chart.js
- Firebase
- 기업설명회
- icon
- github
- JavaScript
- 웹개발
- 코딩
- bootstrap
- spring
- 깃허브
- SQL
- restapi
Archives
- Today
- Total
목록Permalink (1)
푸들푸들
1210 Javascript 퍼머링크, 차트
Rest APIlocalhost/country?currentPage=1--> localhost/country/1@RestControllerpublic class CountryRest { @Autowired CountryService countryService; // localhost/country?currentPage=1 @GetMapping("/country") public List> country(@RequestParam Integer currentPage){ List> list = countryService.getCountryListByPage(currentPage); return list; } // localhost/country2/1 @GetMapping("/country2/{curren..
구디아카데미/JAVA
2024. 12. 10. 16:17