Skip to content

Commit d06aea8

Browse files
committed
readme added
1 parent d7613e2 commit d06aea8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# EntityGenerator
2+
Generates Entity classes from database tables for Spring Boot applications.
3+
---
4+
5+
<br/>
6+
7+
### Running the application
8+
9+
1. Configure `src\main\resources\config.yaml`
10+
11+
2. Run for a single table (prints to console)
12+
```shell
13+
java -jar EntityGenerator-1.0.jar
14+
```
15+
16+
2. Run for all db (saves to file)
17+
```shell
18+
java -jar EntityGenerator-1.0.jar -t <tableName>
19+
```

0 commit comments

Comments
 (0)