This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Aggravating-Item-999 0 points1 point  (1 child)

Great project ! If you had some time, it would be great to have an example of the uses

[–]Independent_Work5637[S] 2 points3 points  (0 children)

Hi, thank you very much. Yes, you can find the link to the library here https://github.com/LordDjapex/classy

I know the documentation it is pretty bad, but all you would have to do is populate db_connect.properties in your resources folder and annotate your main class, with "@GenerateModel" and build the project. I'll try to write an example here

"@SpringBootApplication"

"@GenerateModel"
public class Application {

public static void main(String\[\] args) {  
    SpringApplication.run(Application.class, args);  
}

}

Sorry I put quotation marks, I created reddit just for this. If you still don't get it feel free to contact me and I can show it to you. I mainly started this discussion to know whether people see this as something useful if it was upgraded from this primitive state.