Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

微服务部署下代码生成失效,单体模式下代码生成可用 #2324

Closed
wangjidilidun opened this issue Mar 4, 2021 · 2 comments
Closed

Comments

@wangjidilidun
Copy link

wangjidilidun commented Mar 4, 2021

版本号:

2.4.2

问题描述:

发布了两套环境,参考了http://doc.jeecg.com/2043922 中的方法
微服务部署目录结构如下:
image

微服务的方式是不可用的,报错如下:
image
image

单体环境部署目录结构如下:
image
是可以使用的
image
image

请帮忙看看。

截图&代码:

友情提示: 未按格式要求发帖,会直接删掉。

@zhangdaiscott
Copy link
Member

代码生成器依赖换成这个就好了

<dependency>
  <groupId>org.jeecgframework.boot</groupId>
  <artifactId>codegenerate</artifactId>
  <version>1.3.1</version>
</dependency>

@wangjidilidun
Copy link
Author

按照方法,已解决,感谢!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants