chore(project): rebranded project as 恭学教育 (GongXue Education)
Some checks failed
Deploy to Runner / deploy (push) Failing after 6m7s
Some checks failed
Deploy to Runner / deploy (push) Failing after 6m7s
- Updated pom.xml project name, description, and URL to 恭学教育. - Changed LICENSE copyright holder to 恭学教育 (GongXue Education). - Rebranded README.md with new project title and tagline. - Replaced @author 芋道源码 with @author 恭学教育 across all Java source files. - Updated Swagger metadata with 恭学教育 API title and admin@gongxue.com. - Added Gitea Actions CI pipeline for automated build and deployment.
This commit is contained in:
@@ -16,7 +16,7 @@ import static org.junit.jupiter.api.Assertions.*;
|
||||
/**
|
||||
* {@link ImConversationReadMapper} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class ImConversationReadMapperTest extends BaseDbUnitTest {
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ import static org.junit.jupiter.api.Assertions.*;
|
||||
/**
|
||||
* {@link ImFriendRequestMapper} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class ImFriendRequestMapperTest extends BaseDbUnitTest {
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ import static org.junit.jupiter.api.Assertions.*;
|
||||
/**
|
||||
* {@link ImGroupMessageMapper} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class ImGroupMessageMapperTest extends BaseDbUnitTest {
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ import static org.junit.jupiter.api.Assertions.*;
|
||||
/**
|
||||
* {@link ImPrivateMessageMapper} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class ImPrivateMessageMapperTest extends BaseDbUnitTest {
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ import static org.junit.jupiter.api.Assertions.*;
|
||||
/**
|
||||
* {@link ImStatisticsManagerMapper} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class ImStatisticsManagerMapperTest extends BaseDbUnitTest {
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ import static org.mockito.Mockito.when;
|
||||
/**
|
||||
* {@link ImFacePackItemServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class ImFacePackItemServiceImplTest extends BaseMockitoUnitTest {
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ import static org.mockito.Mockito.when;
|
||||
/**
|
||||
* {@link ImFacePackServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class ImFacePackServiceImplTest extends BaseMockitoUnitTest {
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ import static org.mockito.Mockito.when;
|
||||
/**
|
||||
* {@link ImFaceUserItemServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class ImFaceUserItemServiceImplTest extends BaseMockitoUnitTest {
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ import static org.mockito.Mockito.when;
|
||||
/**
|
||||
* {@link ImFriendRequestServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class ImFriendRequestServiceImplTest extends BaseMockitoUnitTest {
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ import static org.mockito.Mockito.when;
|
||||
/**
|
||||
* {@link ImFriendServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class ImFriendServiceImplTest extends BaseMockitoUnitTest {
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* {@link ImGroupMemberServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class ImGroupMemberServiceImplTest extends BaseMockitoUnitTest {
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* {@link ImGroupRequestServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class ImGroupRequestServiceImplTest extends BaseMockitoUnitTest {
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* {@link ImGroupServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class ImGroupServiceImplTest extends BaseMockitoUnitTest {
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* {@link ImChannelMessageServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class ImChannelMessageServiceImplTest extends BaseMockitoUnitTest {
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* {@link ImGroupMessageServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class ImGroupMessageServiceImplTest extends BaseMockitoUnitTest {
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* {@link ImPrivateMessageServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class ImPrivateMessageServiceImplTest extends BaseMockitoUnitTest {
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* {@link ImRtcCallServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class ImRtcCallServiceImplTest extends BaseMockitoUnitTest {
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* {@link ImSensitiveWordServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class ImSensitiveWordServiceImplTest extends BaseMockitoUnitTest {
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ import static org.mockito.Mockito.when;
|
||||
/**
|
||||
* {@link ImStatisticsManagerServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class ImStatisticsManagerServiceImplTest extends BaseMockitoUnitTest {
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* {@link ImWebSocketServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class ImWebSocketServiceImplTest extends BaseMockitoUnitTest {
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
/**
|
||||
* {@link ImMessageUtils} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class ImMessageUtilsTest {
|
||||
|
||||
|
||||
@@ -41,9 +41,9 @@ mybatis:
|
||||
|
||||
--- #################### 监控相关配置 ####################
|
||||
|
||||
--- #################### 芋道相关配置 ####################
|
||||
--- #################### 恭学相关配置 ####################
|
||||
|
||||
# 芋道配置项,设置当前项目所有自定义的配置
|
||||
# 恭学配置项,设置当前项目所有自定义的配置
|
||||
yudao:
|
||||
info:
|
||||
base-package: cn.iocoder.yudao.module
|
||||
|
||||
Reference in New Issue
Block a user