Giter Site home page Giter Site logo

spring-security's People

Contributors

wikibook avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

spring-security's Issues

19장 예제 03 (`ssia-ch19-ex3`) 테스트코드 수정 문의드립니다.

안녕하세요.

@Test
@DisplayName("When calling the /ciao endpoint without a user, " +
"the application should return HTTP 200 OK.")
@WithMockUser
void testCallCiaoWithoutUser() {
client.get()
.uri("/ciao")
.exchange()
.expectStatus().isOk();
}

인증된 유저 없이 /ciao 엔드 포인트에 접근해서 200응답을 받는지 확인하는 테스트여야하는데,

@WithMockUser가 붙어있습니다.

이 어노테이션은 제거 되야할 것 같습니다.

감사합니다. 좋은하루되세요. 👍

11장 예제 11.23, 11.25

스프링 security in action 11장의 실습을 진행하고 있었습니다!
예제 11.23과 11.25를 작성하고 실행을 시키고 나니 각 파일이 서로 의존 관계가 순환 참조가 일어나는 문제가 일어난 것 같습니다.
혹시 해당 문제에 대한 답변 받을 수 있을까요?

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.