Internet-Technologien/config.json.example
Johannes Theiner aab20c1c48 + Creating Database connection
+ POJOs for:
- Address
- Author
- Book
- Category
- Customer
- Publisher

Signed-off-by: Johannes Theiner <j.theiner@live.de>
2019-04-05 13:13:17 +02:00

9 lines
145 B
Plaintext

{
"database": {
"hostname": "localhost",
"port": 3306,
"database": "itech",
"username": "itech",
"password": "123456"
}
}