zundaren

Results 24 issues of zundaren

mac上谷歌浏览器的资源库是隐藏文件夹,设置那里无法看到

### Is your feature request related to a problem? Please describe. js generates a drag file event "DragEvent", e.dataTransfer.items or Blob,carry out EventsEmit("file", data), golang print [map[]] ### Describe the...

Enhancement

### Is your feature request related to a problem? Please describe. When the automatic upgrade program needs to restart the application, at present I am through the "cmd" way to...

Enhancement

1.api模板语法有错误,生成代码时插件不提示,希望把报错信息输出 2.希望添加goctl-go-compact插件的功能 3.生成代码时添加与源文件比较功能,让用户选择哪些代码需要替换,用户操作完点击确定在覆盖原来文件

![image](https://user-images.githubusercontent.com/44863479/165305530-2ed0b850-9f4d-4766-8251-98bc722cedb1.png) ![image](https://user-images.githubusercontent.com/44863479/165305600-bf271231-ada9-407d-b810-17ae92f289f2.png)

![image](https://user-images.githubusercontent.com/44863479/170450574-00a287ab-cbe6-45b0-bbf3-61133078fc01.png) POST json, body is ["11","22"]

比如目前这样执行 sess.Select("test.selectTestTable").Param(model).Result(&dataList) 生成对应的对象和方法,直接调用 result := testMapper.selectTestTable(sess, model) 这样 xml 内 sql 名字改动,代码里面也能看到改动

1.正常crud之外,类似springboot的事务注解(超时功能我不清楚怎么搞,因为拦截发生在newtranstion之后,new的时候超时好像取得null,后面不知道要怎么覆盖超时传递给statement) 2.兼容 graalvm 打包方式

``` globalConfig.getPackageConfig().setBasePackage("com.aut.gen"); globalConfig.enableTableDef().setOverwriteEnable(true) .setPropertiesNameStyle(TableDefConfig.NameStyle.LOWER_CASE) .setClassSuffix("DF"); ``` 期望只保留一个