File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
maxkey-persistence/src/test/resources Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ spring.datasource.driver-class-name=com.mysql.jdbc.Driver
3030spring.datasource.type =com.alibaba.druid.pool.DruidDataSource
3131# mybatis
3232mybatis.type-aliases-package =org.maxkey.domain,org.maxkey.domain.apps,
33- mybatis.mapper-locations =classpath*:/org/maxkey/dao/ persistence/xml/mysql/*.xml
33+ mybatis.mapper-locations =classpath*:/org/maxkey/persistence/mapper /xml/mysql/*.xml
3434# redis
3535spring.redis.host =127.0.0.1
3636spring.redis.port =6379
Original file line number Diff line number Diff line change 4141
4242 <bean id =" kafkaProvisioningService" class =" org.maxkey.identity.kafka.KafkaProvisioningService" ></bean >
4343
44- <bean id =" applicationConfig" class =" org.maxkey.config .ApplicationConfig" ></bean >
44+ <bean id =" applicationConfig" class =" org.maxkey.configuration .ApplicationConfig" ></bean >
4545
46- <bean id =" emailConfig" class =" org.maxkey.config .EmailConfig" ></bean >
47- <bean id =" characterEncodingConfig" class =" org.maxkey.config .CharacterEncodingConfig" ></bean >
48- <bean id =" loginConfig" class =" org.maxkey.config .LoginConfig" ></bean >
46+ <bean id =" emailConfig" class =" org.maxkey.configuration .EmailConfig" ></bean >
47+ <bean id =" characterEncodingConfig" class =" org.maxkey.configuration .CharacterEncodingConfig" ></bean >
48+ <bean id =" loginConfig" class =" org.maxkey.configuration .LoginConfig" ></bean >
4949
5050 <bean id =" producerProperties" class =" java.util.HashMap" >
5151 <constructor-arg >
You can’t perform that action at this time.
0 commit comments