ahahaha 发表于 2016-12-26 14:17:37

无法修改代码生成所在的包

jeecg_config.properties中的bussi_package=com.test,在线表单开发生成的代码依旧在com.jeecg的包下?
就算是生成在com.jeecg包中的代码,例子中的xml文件已经配置了相关扫描
<context:component-scan base-package="org.jeecgframework.web.*,com.jeecg.*">
                <context:exclude-filter type="annotation"
                        expression="org.springframework.stereotype.Service" />
        </context:component-scan>

<context:component-scan base-package="com.jeecg.*">
                        <context:exclude-filter type="annotation" expression="org.springframework.stereotype.Controller" />
        </context:component-scan>
以及entity的扫描。
但是设置的菜单已经无法访问,返回404页面。请问各位应该怎么解决?

admin 发表于 2016-12-26 21:25:54

online的代码生成器,可以手工选择生成路径

ahahaha 发表于 2016-12-27 09:46:13

admin 发表于 2016-12-26 21:25 static/image/common/back.gif
online的代码生成器,可以手工选择生成路径

找到问题了,是我myeclipse的问题,重新下载了最新版的myeclipse所有问题解决了。感谢管理员的回答。
页: [1]
查看完整版本: 无法修改代码生成所在的包