File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
<div align =" center " >
2
2
3
- # Weby Framework ☕️
3
+ <h3 > Weby Framework ☕️ </h3 >
4
+
4
5
A simple Java Framework for Web Applications 👨💻
5
6
7
+ <img src =" https://badgen.net/badge/Status/Dev/red?icon=github " alt =" Dev " >
8
+ <img src =" https://badgen.net/github/releases/micromatch/micromatch?icon=github " alt =" Dev " >
9
+
6
10
</div >
7
11
8
12
## Features 🐣
30
34
| JDK ☕️ | equal or upper 17 |
31
35
| Tomcat 🐱 | equal or upper 10 |
32
36
| Gson library 📚 | 2.10 (provided ✅) |
37
+ | OS 💻 | can run bash script |
33
38
34
39
## Installation 🚀
35
- Get the last released version from the [ releases page] ( )
40
+ Get the last released version from the [ releases page] ( https://github.com/mendrika261/S4-Java-Framework/releases/tag/v0.1 )
36
41
- Demo version contains examples of use and some test
37
42
- Production version contains only the framework
38
43
39
44
### First configuration
40
45
- Open ` conf.env ` file and set all: jdk, tomcat, information about your project like where the project will be created<br >
41
- If it is not in your file get it from [ here] ( ) and change
46
+ If it is not in your file get it from [ here] ( https://github.com/mendrika261/S4-Java-Framework/blob/v0.1/conf.env ) and change
42
47
- Then, give permissions for ` framework.sh ` the script that will help you to manage the framework
43
48
``` bash
44
49
sudo chmod +x framework.sh
@@ -110,5 +115,5 @@ return modelView.redirect("/home");
110
115
```
111
116
112
117
#### See full documentation [ here] ( ) 📖
113
- Report bugs [ here] ( ) 🐛 and contribute [ here] ( ) 🤝
118
+ Report bugs [ here] ( https://github.com/mendrika261/S4-Java-Framework/issues ) 🐛 and contribute [ here] ( https://github.com/mendrika261/S4-Java-Framework/pulls ) 🤝
114
119
You can’t perform that action at this time.
0 commit comments