하루하나
close
프로필 배경
프로필 로고

하루하나

  • ALL (217)
    • 쿠베플로우 kubeflow (1)
    • React Native (1)
      • Expo (1)
    • Programming (187)
      • spring+jwt+react (4)
      • wordpress (3)
      • Vultr (1)
      • Flutter (3)
      • Vue-project (1)
      • Vue-tip (17)
      • AngularJS (12)
      • Bootstrap (2)
      • Book (1)
      • CentOS (5)
      • Code (0)
      • Css (13)
      • Docker (7)
      • Eclipse (1)
      • Freemarker (1)
      • Git (9)
      • Front-End (6)
      • Error (7)
      • Gulp.js (0)
      • Java (12)
      • Python (5)
      • Javascript (19)
      • JPA (5)
      • jQuery (2)
      • Mac (6)
      • MySql (4)
      • Springboot (21)
      • Springboot-blog (0)
      • Daily (1)
      • Springboot-tip (3)
      • Spring (1)
      • Thymeleaf (1)
      • Tomcat (1)
      • Typescript (3)
      • Tool (5)
      • Sql (1)
      • prisma (1)
      • react (1)
    • Life (14)
      • Review (0)
      • Tip (3)
      • 리뷰 (8)
      • 부동산 (2)
  • 홈
  • 태그
  • 미디어로그
  • 위치로그
  • 방명록
[springboot/jpa] jpa crud example 2

[springboot/jpa] jpa crud example 2

2020/10/26 - [Springboot] - [springboot/jpa] jpa crud example 1 이전글에서 엔티티를 만들고 CRUD에 대한 간단한 예제를 만들었습니다. 이번시간에는 개선할 점으로 엔티티를 파라미터로 받는 부분을 수정해보도록 하겠습니다.Entity는 DB테이블에대한 설계이브로 변경이 자주될수 있는 파라미터 클래스로 사용하지 않도록 합니다. MemberDto 클래스를 생성합니다. MemberDto.java package com.beans9.jpa.member; import lombok.Data; @Data public class MemberDto { private String name; private String address; public Member toEntity() ..

  • format_list_bulleted Programming/Springboot
  • · 2020. 10. 26.
  • textsms
[springboot/jpa] jpa crud example 1

[springboot/jpa] jpa crud example 1

사용자의 이름과 주소를 관리하는 웹API를 SpringBoot와 Jpa를 이용하여 만들어보겠습니다. java 11, gradle 사용 프로젝트 생성 / 라이브러리는 아래와 같이 Lombok, SpringBoot Web, Spring Data Jpa, H2 Database build.gradle plugins { id 'org.springframework.boot' version '2.3.4.RELEASE' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id 'java' } group = 'com.beans9' version = '0.0.1-SNAPSHOT' sourceCompatibility = '11' configurations { com..

  • format_list_bulleted Programming/Springboot
  • · 2020. 10. 26.
  • textsms

[vue/typescirpt] Cannot resolve definitions for module 'xxx'

typescript 프로젝트에서 외부라이브러리를 import 할때 .d.ts 파일이 없을경우 생기는 오류. 왠만한 라이브러리들을 typescript에 대응하여 .d.ts 파일을 제공하지만 오래된 라이브러리나 관리가 안되는 라이브러리에 경우 에러가 발생한다 이럴때는 직접 .d.ts 파일을 생성해주면 된다. 예를 들어 vue-json-pretty 라는 라이브리를 사용한다고 하면 types 폴더 밑에 vue-json-pretty.d.ts 라는 파일을 만들고 아래와 같이 선언을 해주면 된다. declare module 'vue-json-pretty' { import {Component} from 'vue/types/options' const VueJsonPretty: Component export default..

  • format_list_bulleted Programming/Vue-tip
  • · 2020. 10. 21.
  • textsms

[Vuetifyjs] grid xs 가 동작하지 않을경우

=> 와 같은 코드에서 xs가 동작하지 않는데 cols를 사용하면 적용이 된다. vuetify v-col "xs" does not work.

  • format_list_bulleted Programming/Javascript
  • · 2020. 10. 15.
  • textsms

[error] d3.event is undefined

d3.event.pageY d3.event.pageX typescript 환경에서 위와 같은 코드 호출시 d3.event is undefined 에러가 날경우 아래와 같이 작성하여 사용한다. const getEvent = () => require("d3-selection").event; getEvent().pageY getEvent().pageX

  • format_list_bulleted Programming/Javascript
  • · 2020. 9. 30.
  • textsms

[D3] d3 treemap text ellipses

D3 treemap 구현시 text ellipses(말줄임...) 시키는 방법 text 뒤에 each(wrap)으로 wrap 함수를 적용시키는것이 포인트 코드는 codepen.io에서 확인해주세요 See the Pen d3 text ellipses by homin ahn (@beans9) on CodePen.

  • format_list_bulleted Programming/Javascript
  • · 2020. 9. 27.
  • textsms
  • navigate_before
  • 1
  • ···
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • ···
  • 32
  • navigate_next
반응형
공지사항
전체 카테고리
  • ALL (217)
    • 쿠베플로우 kubeflow (1)
    • React Native (1)
      • Expo (1)
    • Programming (187)
      • spring+jwt+react (4)
      • wordpress (3)
      • Vultr (1)
      • Flutter (3)
      • Vue-project (1)
      • Vue-tip (17)
      • AngularJS (12)
      • Bootstrap (2)
      • Book (1)
      • CentOS (5)
      • Code (0)
      • Css (13)
      • Docker (7)
      • Eclipse (1)
      • Freemarker (1)
      • Git (9)
      • Front-End (6)
      • Error (7)
      • Gulp.js (0)
      • Java (12)
      • Python (5)
      • Javascript (19)
      • JPA (5)
      • jQuery (2)
      • Mac (6)
      • MySql (4)
      • Springboot (21)
      • Springboot-blog (0)
      • Daily (1)
      • Springboot-tip (3)
      • Spring (1)
      • Thymeleaf (1)
      • Tomcat (1)
      • Typescript (3)
      • Tool (5)
      • Sql (1)
      • prisma (1)
      • react (1)
    • Life (14)
      • Review (0)
      • Tip (3)
      • 리뷰 (8)
      • 부동산 (2)
최근 글
인기 글
최근 댓글
태그
  • #AngularJS
  • #GIT
  • #error
  • #Vue
  • #MySQL
  • #css
  • #JPA
  • #javascript
  • #sts
  • #springboot
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바