Ulisses Silva
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 5
-
Edited [SOLVED] How to use groovy as script extension?
CompletedI want to do a code generator based on a table, but i can't find any tutorial or example to archieve this: Right click on "Table_Name" -> Scripted Extensions -> MyScript.groovyAny documentation? -
Edited Updating HTML and Resources without restarting application server (Tomcat 8, Thymeleaf 3, Sparkjava)
AnsweredI used eclipse for a longe time and it allowed me to change jsp and some static files on web projects and see this changes without restarting the server.Can this be done with Intellij? I'm really t... -
Edited Extending code completion to support internal orm
AnsweredAs said in the tittle, i need to extend code completion to support a internal ORM. It's something like ActiveRecords. Ex.: @TableName("ONE_MODEL")public class OneModel extends BaseModel {} ...One... -
Created Oracle sequences
There are alot of sequence objects missing from DataGrip view.Naturaly, i can see all of them on Oracle SQL Developer. Any tips?