Skip to content

Commit 5e39c6d

Browse files
Update README.md
1 parent 56429d4 commit 5e39c6d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# MVC in Java
2-
![](https://github.com/williamniemiec/MVC-in-Java/)
2+
![](https://github.com/williamniemiec/MVC-in-Java/tree/master/media/logo/mvc-in-java_logo.png)
33

44
This project aims to provide an MVC Java framework for you to use in your projects. If you want to see an example there is a simple and complete example about a scheduler in "example" folder.
5+
56
<hr />
7+
68
## What is MVC?
79
Briefly, MVC (Model View Controller) is a design pattern widely used in projects because it leaves the project structured in order to facilitate the identification of application modules, understand how it is structured, in addition to facilitating maintenance.
810

@@ -20,6 +22,7 @@ This project adopted the following naming pattern:
2022
In `src` folder is all what you need to apply this pattern in your project.
2123

2224
## How to create new models, views and controllers?
25+
2326
### Models
2427
Just create your modal class and put it in `models` folder.
2528
### Views

0 commit comments

Comments
 (0)