Commit 4bb77a2e authored by qinhu's avatar qinhu

Hbase配置引入

parent 5f874a73
Pipeline #169 failed with stages
package cn.wise.sc.energy.power.plant.business.service2.impl; package cn.wise.sc.energy.power.plant.business.service.impl;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class BaseServiceImplTest extends BaseTestAnnotation { class BaseServiceImplTest extends BaseTestAnnotation {
@Test @Test
......
package cn.wise.sc.energy.power.plant.business.service2.impl; package cn.wise.sc.energy.power.plant.business.service.impl;
import com.playtika.test.common.spring.EmbeddedContainersShutdownAutoConfiguration; import com.playtika.test.common.spring.EmbeddedContainersShutdownAutoConfiguration;
import com.playtika.test.mysql.EmbeddedMySQLBootstrapConfiguration; import com.playtika.test.mysql.EmbeddedMySQLBootstrapConfiguration;
......
package cn.wise.sc.energy.power.plant.business.service2.impl; package cn.wise.sc.energy.power.plant.business.service.impl;
import cn.wise.sc.energy.power.plant.business.service2.ICharacterParamService; import cn.wise.sc.energy.power.plant.business.service.ICharacterParamService;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import static org.junit.jupiter.api.Assertions.*;
class CharacterParamServiceImplTest extends BaseTestAnnotation { class CharacterParamServiceImplTest extends BaseTestAnnotation {
@Autowired @Autowired
......
package cn.wise.sc.energy.power.plant.business.service2.impl; package cn.wise.sc.energy.power.plant.business.service.impl;
import cn.wise.sc.energy.power.plant.business.service2.ICharacterParamService; import cn.wise.sc.energy.power.plant.business.service.ICharacterParamService;
import cn.wise.sc.energy.power.plant.common.core.bean.EntityQuery; import cn.wise.sc.energy.power.plant.common.core.bean.EntityQuery;
import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
......
package cn.wise.sc.energy.power.plant.business.service2.impl; package cn.wise.sc.energy.power.plant.business.service.impl;
import cn.wise.sc.energy.power.plant.business.PowerPlantApplication;
import com.zaxxer.hikari.HikariConfig; import com.zaxxer.hikari.HikariConfig;
import com.zaxxer.hikari.HikariDataSource; import com.zaxxer.hikari.HikariDataSource;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Configuration;
import org.springframework.core.env.ConfigurableEnvironment; import org.springframework.core.env.ConfigurableEnvironment;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment