Skip to content

Commit 4837cbd

Browse files
author
wenbo2018
committed
update README.md
1 parent edc2a81 commit 4837cbd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.mdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
WebS is a lightweight and simple MVC framework that supports Java.
1+
WebS
2+
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://github.com/wenbo2018/fox/)
23
==================================
34
WebS is a Java lightweight and simple MVC framework that is mainly used for learning . WebS support restful URLs, annotation configuration and WebS is integrated with spring
45
IOC also can extended other IOC container, supporting the view template extension ,default implementation of JSP. The framework is mainly used for their
@@ -11,12 +12,15 @@ WebS request processing flow chart
1112

1213
## Maven dependency
1314

15+
```xml
1416
<dependency>
1517
<groupId>com.github.wenbo2018</groupId>
1618
<artifactId>webs-core</artifactId>
1719
<version>0.0.1</version>
1820
</dependency>
1921

22+
```
23+
2024
## Quick Config
2125

2226
```xml

0 commit comments

Comments
 (0)