mirror of https://gitee.com/stylefeng/roses
【7.0.4】bugfix
parent
aa4f96088a
commit
d1251f855f
|
@ -47,7 +47,7 @@ public class GunsGroovyAutoConfiguration {
|
||||||
*/
|
*/
|
||||||
@Bean
|
@Bean
|
||||||
@ConditionalOnMissingBean(GroovyApi.class)
|
@ConditionalOnMissingBean(GroovyApi.class)
|
||||||
public GroovyApi fileOperatorApi() {
|
public GroovyApi groovyApi() {
|
||||||
return new GroovyOperator();
|
return new GroovyOperator();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue