Octoape
Octoape
@flaix Thank you for your reply. My thoughts are as follows: 1. Gitblitfile is a groovy script file in the root directory of Git repository. It is similar to Jenkinsfile,...
> If I understand you correctly, you suggest to move the configuration of pre-receive and post-receive hooks from being configured on the server to being configured in the repository, i.e....
I don't understand exactly how you want to merge, maybe the following pattern could solve the problem without merging: [https://github.com/jsonshen/MyBatisX/blob/master/examples/src/main/java/org/shenjia/mybatis/examples/dao/MultiColPkDao.java](https://github.com/jsonshen/MyBatisX/blob/master/examples/src/main/java/org/shenjia/mybatis/examples/dao/MultiColPkDao.java) MultiColPkDao.java file is manually maintained by the user will not...
I think it should be similar to the listener API of the javaee servlet ``` trait SessionListener { fn onSessionCreated(self: Self, event: SessionEvent); fn onSessionDestoryed(self: Self, event: SessionEvent); fn onAttributeAdded(self:...
是否考虑实现一个表格组件,用于诸如数据展示和编辑的场景。