GithubHelp home page GithubHelp logo

[오류] p.297 BaseTimeEntity_등록만 FAILED 뜹니다.(해결완료, git에 누락된 파일이 존재하였고 다시 push하고 진행하니 작동, 그러나 잘 모르겠음) about freelec-springboot2-webservice HOT 1 OPEN

yeojinha avatar yeojinha commented on July 20, 2024
[오류] p.297 BaseTimeEntity_등록만 FAILED 뜹니다.(해결완료, git에 누락된 파일이 존재하였고 다시 push하고 진행하니 작동, 그러나 잘 모르겠음)

from freelec-springboot2-webservice.

Comments (1)

yeojinha avatar yeojinha commented on July 20, 2024

해결하였습니다.
config에서 JpaConfig가 계속 누락되고 있었습니다.


import org.springframework.context.annotation.Configuration;
import org.springframework.data.jpa.repository.config.EnableJpaAuditing;

@configuration
@EnableJpaAuditing // Jpa Auditing 활성화
public class JpaConfig {}

위 파일이 누락되었었고, 해당 파일을 push하고
putty 기존에 있던 클론의 디렉토리를 삭제하고 다시 클론생성하고
test를 진행한 결과, 정상적으로 작동하였습니다.

하지만, 인과관계에 대해서는 아직 잘 모르겠습니다.
스스로 공부를 하면서 더욱 이론적으로 탄탄해져야겠습니다.

만약, 강사님 보신다면 제 댓글에 원인에 대한 설명 부탁드리곗습니다.
0

from freelec-springboot2-webservice.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.