MyBatisCodeHelper-Pro
MyBatisCodeHelper-Pro copied to clipboard
### 重现步骤(Repeat steps) - 最好提供gif动图(It's best to provide a GIF) - please describe what you were doing when this exception occurred ### 当前使用版本(Current Version) IntelliJ IDEA `2022.3` • Notes plugin...
### 重现步骤(Repeat steps) - 最好提供gif动图(It's best to provide a GIF) - please describe what you were doing when this exception occurred ### 当前使用版本(Current Version) IntelliJ IDEA `2022.3.3` • Notes plugin...
类似调用如下方法  参数是会生成的,但是会报错,报错信息: ``` Access is allowed from write thread only com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: EventQueue.isDispatchThread()=false Current thread: Thread[ApplicationImpl pooled thread 786,4,main] 1600984221 SystemEventQueueThread: Thread[AWT-EventQueue-0,6,main] 1870051357 at com.intellij.openapi.application.impl.ApplicationImpl.throwThreadAccessException(ApplicationImpl.java:1067) at com.intellij.openapi.application.impl.ApplicationImpl.assertIsWriteThread(ApplicationImpl.java:1073) at com.intellij.openapi.application.TransactionGuardImpl.assertWriteActionAllowed(TransactionGuardImpl.java:132) at...
### 当前使用版本(Current Version) IntelliJ IDEA `2022.3.2` • Notes plugin `com.ccnode.codegenerator.MyBatisCodeHelperPro 3.1.7` ### Exception null ``` java.io.EOFException at java.base/java.io.DataInputStream.readUnsignedByte(DataInputStream.java:296) at com.intellij.openapi.util.io.DataInputOutputUtilRt.readINT(DataInputOutputUtilRt.java:16) at com.intellij.util.io.DataInputOutputUtil.readINT(DataInputOutputUtil.java:23) at com.intellij.util.indexing.snapshot.CompositeHashIdDescriptor.read(CompositeHashIdEnumerator.kt:74) at com.intellij.util.indexing.snapshot.CompositeHashIdDescriptor.read(CompositeHashIdEnumerator.kt:57) at com.intellij.util.io.keyStorage.AppendableStorageBackedByResizableMappedFile.read(AppendableStorageBackedByResizableMappedFile.java:97) at com.intellij.util.io.PersistentEnumeratorBase.findValueFor(PersistentEnumeratorBase.java:451)...
报错
### 重现步骤(Repeat steps) - 最好提供gif动图(It's best to provide a GIF) - please describe what you were doing when this exception occurred ### 当前使用版本(Current Version) IntelliJ IDEA `2022.3.2` • Notes plugin...
创建各个业务层的 时候可以统一加个后缀,  类似这个移除操作 例如,admin表名,生成的时候变成admin**mapper admin**service 总的来说就是admin 表,但是确是以虚构的admin** 生成代码 解决多数据源场景下创建两个不同库相同表的 业务层,出现由于表名相同导致的类冲突的问题
问题场景:(插件从数据库生成页面) 生成service类 service类名(使用ognl语法可不填默认为xxService) 疑问: 如果我想service类以bpo结尾,我该如何填写输入框? 我直接填后缀名,比如BPO,点生成会报错。