250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- lda
- Gmarket
- mysql
- Python
- 파이썬
- 코사인 유사도
- pytorch
- db
- 이력서
- Topics
- spring MVC(모델2)방식
- oracle
- 방식으로 텍스트
- (깃)git bash
- test
- 幼稚园杀手(유치원킬러)
- 지마켓
- 게시판 만들기
- 자바
- tomoto
- r
- 토픽추출
- 네이버뉴스
- word2vec
- java
- Websocket
- RESFUL
- 크롤링
- jsp 파일 설정
- 과학백과사전
Archives
- Today
- Total
목록002.03 (컨트롤러) (1)
무회blog
spring MVC(모델2)방식,JAVA, MySQL , RESFUL, 게시판 만들기 , 002.03 (컨트롤러)
컨트롤러 002.03 com.board.controller TestController.java package com.board.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @RestController public class TestController { @RequestMapping("/test") public String test(){ return "Hello World"; } } https://private.tistory.com/38?category=655784 스프링 부트 게시판 만들기4 - Rest방..
IT/Spring
2020. 8. 24. 08:54