Skip to content

Commit

Permalink
modify package name
Browse files Browse the repository at this point in the history
  • Loading branch information
17629354490 committed Jan 6, 2024
1 parent 4bd1bf8 commit 9552e68
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@
* limitations under the License.
*/

package group.idealworld.dew;
package com.trc.test;

import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.web.client.TestRestTemplate;
import org.springframework.context.annotation.Bean;

/**
* Boot test application.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
* limitations under the License.
*/

package group.idealworld.dew;
package com.trc.test;


import group.idealworld.dew.auth.AuthTest;
import group.idealworld.dew.cluster.ClusterTest;
import group.idealworld.dew.notification.NotifyIntegrationTest;
import com.trc.test.auth.AuthTest;
import com.trc.test.cluster.ClusterTest;
import com.trc.test.notification.NotifyIntegrationTest;
import group.idealworld.dew.test.RedisExtension;
import group.idealworld.dew.web.WebTest;
import com.trc.test.web.WebTest;
import jakarta.annotation.Resource;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
* limitations under the License.
*/

package group.idealworld.dew;
package com.trc.test;


import com.ecfront.dew.common.$;
import com.ecfront.dew.common.Resp;
import group.idealworld.dew.Dew;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package group.idealworld.dew.auth;
package com.trc.test.auth;

import com.ecfront.dew.common.$;
import com.ecfront.dew.common.Resp;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package group.idealworld.dew.auth;
package com.trc.test.auth;


import com.ecfront.dew.common.Resp;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package group.idealworld.dew.auth;
package com.trc.test.auth;

import group.idealworld.dew.core.auth.dto.BasicOptInfo;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package group.idealworld.dew.cluster;
package com.trc.test.cluster;

import group.idealworld.dew.Dew;
import group.idealworld.dew.core.cluster.test.ClusterCacheTest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package group.idealworld.dew.notification;
package com.trc.test.notification;


import com.ecfront.dew.common.Resp;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package group.idealworld.dew.notification;
package com.trc.test.notification;


import com.ecfront.dew.common.$;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package group.idealworld.dew.web;
package com.trc.test.web;

/**
* Auth exception.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package group.idealworld.dew.web;
package com.trc.test.web;

import com.ecfront.dew.common.$;
import com.ecfront.dew.common.Resp;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package group.idealworld.dew.web;
package com.trc.test.web;

import com.ecfront.dew.common.$;
import com.ecfront.dew.common.Resp;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package group.idealworld.dew.web2;
package com.trc.test.web2;

import com.ecfront.dew.common.Resp;
import io.swagger.v3.oas.annotations.Operation;
Expand Down

0 comments on commit 9552e68

Please # to comment.