tfnick
tfnick
advise to add two function for journey The first is custom the static image / vedio store dictionary for compile stage. because the feature will be easy for upgrade the...
cd go-thrust\tutorials; go run basic_menu/basic_menu.go the window can display normally, but the menu do not display ========== env ========= windows 10 x64
because of kafka 0.10.1.0' s tgz download link is invalid, fix it.
### 使用版本: spring boot 3.2.0 cn.dev33 sa-token-quick-login 1.38.0 ### 报错信息: 点击登陆,报错: java.lang.IllegalArgumentException: Name for argument of type [java.lang.String] not specified, and parameter name information not found in class file either....
【问题】 package org.xxx; import io.github.linpeilie.annotations.MapperConfig; @MapperConfig( mapperPackage="org.xxx.gen", autoConfigPackage="org.xxx.gen.config", adapterPackage="org.xxx.gen.adapter" ) public class MapStructPlusConfiguration { //mapstruct plus generate config } 我定义了一个公共配置,作为framework.jar的一部分,项目project_demo依赖framework.jar之后,生成的代码并不在预期的pakcage:org.xxx.gen之下。 【期望】 每个子项目不需要单独定义一个MapStructPlusConfiguration类,每个子项目通过依赖framework.jar即可,项目有共同的生成代码目录:org.xxx.gen