본문 바로가기

개발/개발이야기10

Springboot JPA kotlin - spring cloud에서 몇가지 적용해보자~ https://github.com/rcaninhu/springboot3-demoGitHub - rcaninhu/springboot3-demoContribute to rcaninhu/springboot3-demo development by creating an account on GitHub.github.com extra["springCloudVersion"] = "2022.0.1" dependencyManagement { imports { mavenBom("org.springframework.cloud:spring-cloud-dependencies:${property("springCloudVersion")}") } } dependencies { ... ... ... org.springframework.b.. 2023. 3. 20.
Springboot JPA kotlin 6. 언젠가부터 에러가 나기 시작했다... 라이브러리 업데이트! 업데이트 이후 또 에러가 났다!! 안녕하세요. 라이브러리 이것저것 추가 하고 하던중 에러가 발생했지만~ 기동은 되고 문제는 없어서 쓰고 있다가 기동은 되지만 뭔가 기분은 찜찜 해결을 하자! 라고 시작~ [TypeSafeActivator] Error calling `jakarta.validation.Validation#buildDefaultValidatorFactory`jakarta.validation.NoProviderFoundException: Unable to create a Configuration, because no Jakarta Bean Validation provider could be found. Add a provider like Hibernate Validator (RI) to your classpath. 어려운 영어 .. 2023. 3. 16.
Github - Pages를 이용한 간단한 게시판 만들기 깃허브 계정이 있으신분은 간단하게 웹페이지를 만드실수 있습니다 간지 도메인도 생기고... https://##본인계정##.github.io 라는 계정이 생깁니다. 저 같은 경우는 https://rcaninhu.github.io URL이 만들어졌습니다~ https://github.com/rcaninhu/rcaninhu.github.io GitHub - rcaninhu/rcaninhu.github.io Contribute to rcaninhu/rcaninhu.github.io development by creating an account on GitHub. github.com 깃허브 페이지를 이용한 간단한 게시판 이전에 만들었던 api를 이용 https://github.com/rcaninhu/springboo.. 2023. 3. 9.
Springboot JPA kotlin 5. Docker 빌드 그리고 도커허브에 이미지 등록해 보기 https://github.com/rcaninhu/springboot3-demo GitHub - rcaninhu/springboot3-demo Contribute to rcaninhu/springboot3-demo development by creating an account on GitHub. github.com 오늘은 도커 이미지를 만들기와 도커 허브에 이미지 등록하기를 해보겠습니다. 이렇게 할 수 있도록 ~ plugins { id("org.springframework.boot") version "3.0.2" id("io.spring.dependency-management") version "1.1.0" id("org.owasp.dependencycheck") version "7.3.2" id("co.. 2023. 2. 28.