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
- spring MVC(모델2)방식
- 방식으로 텍스트
- 幼稚园杀手(유치원킬러)
- Gmarket
- RESFUL
- test
- pytorch
- (깃)git bash
- mysql
- word2vec
- 토픽추출
- 코사인 유사도
- 이력서
- lda
- r
- Python
- 지마켓
- 자바
- Websocket
- 네이버뉴스
- 크롤링
- java
- oracle
- 게시판 만들기
- Topics
- 과학백과사전
- tomoto
- 파이썬
- jsp 파일 설정
- db
Archives
- Today
- Total
목록005 (2)
무회blog
(깃)git bash, git pull http 주소 , 깃허브 지정경로 내용 가져오기 ,005
cmd 로 설정할 경로로 이동후 git init 깃 허브에 올린 지정폴더(리포지토리) 내용 가져오기 git pull 주소
카테고리 없음
2021. 2. 2. 16:17
spring MVC(모델2)방식,JAVA, MySQL , RESFUL, 게시판 만들기 , 005 , test파일 설정
테스트 패키지 src/test/java com.board BoardApplicationTests.java package com.board; import java.sql.Connection; import javax.sql.DataSource; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; //import org.springframework.boot.test.SpringApplicationConfiguration; import org.springframework.boot.test.context.SpringBootTest; import org.s..
IT/Spring
2020. 8. 24. 09:05