代码生成配置classpath引用文件
parent
4f84560710
commit
d27d739558
|
@ -12,7 +12,7 @@ import org.springframework.stereotype.Component;
|
||||||
*/
|
*/
|
||||||
@Component
|
@Component
|
||||||
@ConfigurationProperties(prefix = "gen")
|
@ConfigurationProperties(prefix = "gen")
|
||||||
@PropertySource(value = { "generator.yml" })
|
@PropertySource(value = { "classpath:generator.yml" })
|
||||||
public class GenConfig
|
public class GenConfig
|
||||||
{
|
{
|
||||||
/** 作者 */
|
/** 作者 */
|
||||||
|
|
Loading…
Reference in New Issue