Ben

Results 2 issues of Ben

# Description Nacos springboot cant pull the latest config from the config server # How to Reproduce there's a key named `version` in my application.properties, and I add it from...

bug
help wanted
priority/high

## I'm submitting a... - [x] Feature request (功能建议) ## Expected behavior ### 配置文件保存位置 目前本工具的配置文件是跟着工具走,而不是跟着项目走,在重新生成时找配置文件略麻烦 - 将`保存配置`的行为修改为:将配置保存到指定项目根目录下的`mybatis-getneration-config.json`, 方便日后项目表结构改变时重新生成代码。另外,每个项目可保存多个生成配置,方便在开发多模块项目时的代码生成 - 将原来的`保存配置`修改为`保存为模版`,所保存的文件仍存储在工具所在目录

enhancement