GithubHelp home page GithubHelp logo

rkdls8268 / springboot_restaurant Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 13.77 MB

스프링부트 프로젝트 - 레스토랑 예약 시스템

Java 70.23% HTML 1.09% JavaScript 9.23% Shell 0.13% VBA 6.51% Vue 12.81%

springboot_restaurant's People

Stargazers

 avatar

Watchers

 avatar

springboot_restaurant's Issues

가게 추가 부분에서 발생한 이슈

  • Test All 을 하였을 때 create() 부분에서 에러가 났음.
    java.lang.AssertionError: Response header 'location' expected:</restaurants/1234> but was:</restaurants/null>
    Expected :/restaurants/1234
    Actual :/restaurants/null

위와 같은 오류였는데 무슨 문제인지 잘 모르겠음,, 더 찾아봐야지😢

29강. 프로젝트 분리 1 이슈

  • eatgo-admin-api
  • eatgo-customer-api
  • eatgo-common

이렇게 세 개로 프로젝트를 분리하는 과정에서

implementation project(':eatgo-common')

위 코드를 적어주었음에도 계속해서 클래스를 찾을 수 없다는 오류가 났다.

해당 이슈는 common 프로젝트 build.gradle 파일에 아래 두줄을 추가함으로써 해결❗️
bootJar { enabled = false }
jar { enabled = true }

Front-end 부분에서 발생한 이슈

Module parse failed: Unexpected token (1:10)
참고한 링크에서는 여러 개의 폴더를 만들면서 dependencies 부분이라던가에서 충돌이 났을 수도 있다고 한다.
즉, module properties 가 두 개가 있어서 그런것 같다

아직 못 고침,,

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.