Ulisses Silva
- 活动总数 20
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 5
-
已编辑于 [SOLVED] How to use groovy as script extension?
已完成I 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? -
已编辑于 Updating HTML and Resources without restarting application server (Tomcat 8, Thymeleaf 3, Sparkjava)
已回答I 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... -
已编辑于 Extending code completion to support internal orm
已回答As 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... -
创建于 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?