-
Notifications
You must be signed in to change notification settings - Fork 0
KlaudiuszWojtkowiak/daobab_blank_springboot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
1. Run SpringBootWebApplication and check http://localhost:9111/test/t01 if it works. 2. In class DaobabCreator - Configure database connection. All set for MySql or Oracle database. Just fill host,port,username,pass ... 3. In class DaobabCreator - point schemaname and folder to generate classes 4. Run DaobabCreator to start reverse engeenering 5. Annotate generated target class with Spring annotations (commented example at the top of DaobabCreator): @Configuration @Scope(ConfigurableBeanFactory.SCOPE_SINGLETON) 6. Copy DataBase creation code from DaobabCreator to initDataBase method into target 7. Inject those target into controller 8. Fill controller methods with queries and redeploy application 9. Check JSON results on http://localhost:9111/test/t01...
About
Blank project to start Daobab 2.0 on your own database
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published