Skip to content

Commit 7ea6a6a

Browse files
committed
updated README.md.
1 parent 4d130a5 commit 7ea6a6a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ An example application using AnguarJS/Bootstrap as frontend and Spring MVC as RE
55

66
**More details about the codes, please read the online GitBook: [Building REST APIs with Spring MVC](https://www.gitbook.com/book/hantsy/build-a-restful-app-with-spring-mvc-and-angularjs/details/).**
77

8+
> NOTE: This project is under maintainance, no more new features added in future. If you are looking for the new Spring Boot 2 and Angular 5, check [angular-spring-reactive-sample](https://github.com/hantsy/angular-spring-reactive-sample).
9+
810
[![Build Status](https://drone.io/github.com/hantsy/angularjs-springmvc-sample/status.png)](https://drone.io/github.com/hantsy/angularjs-springmvc-sample/latest)
911

1012
## Contribution

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
<name>${project.artifactId}</name>
1212

1313
<properties>
14-
<aspectj.version>1.8.9</aspectj.version>
14+
<aspectj.version>1.8.10</aspectj.version>
1515
<java.version>1.8</java.version>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<slf4j.version>1.7.21</slf4j.version>
1818
<log4j.version>1.2.17</log4j.version>
1919
<!-- <querydsl.version>3.6.4</querydsl.version>
2020
<spring-security.version>4.1.1.RELEASE</spring-security.version>
2121
<hibernate.version>5.1.0.Final</hibernate.version>-->
22-
<jackson.version>2.8.6</jackson.version>
22+
<jackson.version>2.8.10</jackson.version>
2323
<modelmapper.version>0.7.5</modelmapper.version>
2424
<springfox.version>2.5.0</springfox.version>
2525
</properties>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>io.spring.platform</groupId>
7070
<artifactId>platform-bom</artifactId>
71-
<version>Brussels-RELEASE</version>
71+
<version>Brussels-SR5</version>
7272
<type>pom</type>
7373
<scope>import</scope>
7474
</dependency>

0 commit comments

Comments
 (0)