dbflute / dbflute-core

DBFlute core libraries for Java8
http://dbflute.seasar.org/
23 stars 18 forks source link

DBFlute Engine: use Spring Qualifier not to depend on jakarta package #170

Closed jflute closed 11 months ago

jflute commented 1 year ago

from #169

@javax.annotation.Resource(name="${database.behaviorCommandInvokerComponentName}")
↓
@org.springframework.beans.factory.annotation.Autowired
@org.springframework.beans.factory.annotation.Qualifier("${database.behaviorCommandInvokerComponentName}")