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 |
Tags
- cocoapod
- DialogFragment
- prolificinteractive/material-calendarview
- viewmodel
- Dialog
- 리눅스
- podinit
- editText
- RestAPI
- addTextChangedListner
- springboot
- calendar
- livedata
- PostgreSQL
- Button
- backgroundTint
- android
Archives
- Today
- Total
목록springboot (1)
코코딩딩

예전에 스프링 프레임워크로 만들었던 restapi를 springboot로 구현하고자 한다. 결과적으로 봤을 때 boot가 설정할 부분이 더 적기 때문에 더 간편하게 구현할 수 있다. spring-boot, mybatis, postgresql 프로젝트 생성하기 spring starter project 를 이용해 maven 프로젝트를 만들어준다. 사용할 dependency는 다음과 같다. 1. spring boot devtools 2. spring web 3. jdbc api 4. myBatis framework 5. postgresql driver mapper,service등의 패키지를 만들때 경로는 기본 application 파일이 있는 위치를 신경써주어야 한다. 예를들어 com.example.apiex..
일단기록/매일기록
2022. 5. 13. 16:40