Entity table

how can i create an table in DB using entity class in MPS(like Spring boot)?

 

0
1 comment

MPS doesn't have any special support for Spring Boot or databases (unlike IntelliJ IDEA). So the answer is more or less how you would do it from any text editor: execute some Java code maybe?

0

Please sign in to leave a comment.