Adds standard badges

This commit is contained in:
Lukasz Lenart
2016-03-25 16:22:52 +01:00
parent f6039d2378
commit 1b475f3687
+4
View File
@@ -1,5 +1,9 @@
The Apache Struts web framework
-------------------------------
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.struts/struts2-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.struts/struts2-core/)
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
The Apache Struts web framework is a free open-source solution for creating Java web applications.
Web applications differ from conventional websites in that web applications can create a dynamic response. Many websites deliver only static pages. A web application can interact with databases and business logic engines to customize a response.