Giter Site home page Giter Site logo

spring-in-action-4-samples's Introduction

SpringInActionExamples

These are the examples from Spring in Action, Fourth Edition.

spring-in-action-4-samples's People

Contributors

habuma 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  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  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

spring-in-action-4-samples's Issues

White spaces (special chars) in JUnit tests

Hello!

I read a book and discover many errors in JUnit tests.
I think you should add some caption about white spaces.
For Example:
JUnit test from submodule
stereo-autoconfig
failed.
(CDPlayerTest)
But when I trimm the string as expected and as result works fine.
Could you fix this issue.

Kind regards
Krzysztof

Convert all source code to maven project

Hi!

I have bought your book from manning.com but source code is horrible!
Please could you convert whole Spring in Action 4th edition to maven project please?
It's easier and simplier than using gradle....

Regards
Krzysztof

Chapter 16 is missing

However, it is present in the zip download from Manning. I would assume that this github repo isn't maintained.

How to add jdbcAuthentication in Spittr Web Security

Spittr Web Security in Chapiter seems to be not flexible enough to handle a jdbc Authentication
as following
protected void configure(AuthenticationManagerBuilder auth) throws Exception { auth .jdbcAuthentication() .dataSource(dataSource) .usersByUsernameQuery( "select username, password " + "from splitter where username=?") .authoritiesByUsernameQuery("select username, 'ROLE_USER' from Spitter where username=?"); }

how to import in idea

I think the readMe is not very clear, I have tried to import this project into idea for many times , but fails , please give more detail on the operation, thank you !

Maven build

Hello,

It is possible to add pom file for each chapter?

I am not fan Gradle.

Thanks,

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.