加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Apress Source Code

This repository accompanies [Pro Spring 5th Edition](http://www.apress.com/9781484228074) by Iuliana Cosmina, Rob Harrop, Chris Schaefer, Clarence Ho (Apress, 2017).

Cover image

Download the files as a zip using the green button, or clone the repository to your machine using Git.

Requirements

To be able to execute 'gradle clean build -x test' successfully you need at least Java 8 installed.

The AspectJ plugin in module 'chapter05:aspectj-aspects' requires Gradle 4.0.

Releases

Release v1.0 corresponds to the code in the published book, without corrections or updates.

Corrections

For corrections to the content in the published book, see the file errata.md.

Contributions

See the file Contributing.adoc for more information on how you can contribute to this repository.

Building and Deploying

This is a Gradle multi-module project. Currently it can be compiled with Gradle 5.x and JDK 8. Build it from scratch using:

gradle clean build

Build it without tests using:

gradle build -x test

Build it and copy dependencies into build/libs using:

gradle clean build copyDependencies

空文件

简介

暂无描述 展开 收起
JavaScript 等 6 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化