Code Monkey home page Code Monkey logo

pet-sitter's Introduction

Pet Sitter

This project is a collection of Spring sources used to depict certain aspects of the framework.

These code samples are designed to be used together with http://www.apress.com/us/book/9781484208120 study guide. Detailed instructions on how to use them can be found in the book.

This is the raw version of the sources that can be found on the official Apress Github account: https://github.com/Apress/pivotal-certified-pro-spring-dev-exam. These sources will be maintained and upgraded periodically.

Please buy the book, it will mean a lot to me. Also, feedback is welcome!

Building and Deploying

This is a Gradle multi-module project. The *-practice projects, have tests and pieces left unimplemented so building the full project using:

gradle build

will fail.

To build the full project and skipping tests, build from the root (pet-sitter) directory:

gradle build -x test

To build the project and ignore failed tests so you can get your full build status with Gradle Receipt, build from the root (pet-sitter) directory, using the following command:

gradle build -Dscan --continue

Just keep in mind, the project is quite big and when displaying the results, you browser might be slow.

German unicode characters here: http://javawiki.sowas.com/doku.php?id=java:unicode

Observation

The ojdbc artifact is not available in Maven public repository. There are two possible solutions:

  • download it from the Official Oracle site and store it in the ~/.m2/repository/.. where Gradle is expecting to find it.

  • in build.gradle replace this line:

ojdbc             : "com.oracle:ojdbc7:12.1.0.2",

with this line:

ojdbc             : "com.github.noraui:ojdbc7:12.1.0.2.0"

Iโ€™m not sure how long the artifact will be available there (https://mvnrepository.com/artifact/com.github.noraui/ojdbc7/12.1.0.2), because Oracle licensing might prevent people from sharing their artifacts on public servers, so for long term use, the first solution is recommended.

pet-sitter's People

Contributors

iuliana avatar jihor avatar

Watchers

James Cloos avatar

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.