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:
@@ -22,7 +22,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
/**
|
||||
* {@link MesProTaskMapper#selectPage(MesProTaskPageReqVO)} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class MesProTaskMapperTest extends BaseDbUnitTest {
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* {@link MesCalPlanServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Import(MesCalPlanServiceImpl.class)
|
||||
public class MesCalPlanServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
@@ -17,7 +17,7 @@ import static org.junit.jupiter.api.Assertions.*;
|
||||
/**
|
||||
* {@link MesCalPlanShiftServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Import(MesCalPlanShiftServiceImpl.class)
|
||||
public class MesCalPlanShiftServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
@@ -28,7 +28,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* {@link MesCalTeamShiftServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Import(MesCalTeamShiftServiceImpl.class)
|
||||
public class MesCalTeamShiftServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
@@ -26,7 +26,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* {@link MesMdAutoCodeRecordServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@ExtendWith(MockitoExtension.class)
|
||||
public class MesMdAutoCodeRecordServiceImplTest {
|
||||
|
||||
@@ -10,7 +10,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
/**
|
||||
* {@link MesMdAutoCodeDatePartStrategy} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class MesMdAutoCodeDatePartStrategyTest {
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
/**
|
||||
* {@link MesMdAutoCodeFixedCharPartStrategy} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class MesMdAutoCodeFixedCharPartStrategyTest {
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
/**
|
||||
* {@link MesMdAutoCodeInputCharPartStrategy} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
public class MesMdAutoCodeInputCharPartStrategyTest {
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ import static org.junit.jupiter.api.Assertions.*;
|
||||
/**
|
||||
* {@link MesMdAutoCodeSerialNumberPartStrategy} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Import({MesMdAutoCodeSerialNumberPartStrategy.class, MesMdAutoCodeRedisDAO.class})
|
||||
public class MesMdAutoCodeSerialNumberPartStrategyTest extends BaseRedisUnitTest {
|
||||
|
||||
@@ -31,7 +31,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* {@link MesProFeedbackServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Import(MesProFeedbackServiceImpl.class)
|
||||
public class MesProFeedbackServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
@@ -37,7 +37,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* {@link MesQcIndicatorResultServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Import(MesQcIndicatorResultServiceImpl.class)
|
||||
public class MesQcIndicatorResultServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
@@ -44,7 +44,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* {@link MesQcIpqcServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Import(MesQcIpqcServiceImpl.class)
|
||||
public class MesQcIpqcServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
@@ -29,7 +29,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* {@link MesQcIqcServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Import(MesQcIqcServiceImpl.class)
|
||||
public class MesQcIqcServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
@@ -29,7 +29,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* {@link MesQcOqcServiceImpl} 的单元测试类
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Import(MesQcOqcServiceImpl.class)
|
||||
public class MesQcOqcServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
@@ -32,7 +32,7 @@ import static org.mockito.Mockito.verify;
|
||||
/**
|
||||
* {@link MesQcRqcServiceImpl} 的单元测试类
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Import(MesQcRqcServiceImpl.class)
|
||||
public class MesQcRqcServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
@@ -26,7 +26,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* {@link MesWmArrivalNoticeServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Import(MesWmArrivalNoticeServiceImpl.class)
|
||||
public class MesWmArrivalNoticeServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
@@ -34,7 +34,7 @@ import static org.junit.jupiter.api.Assertions.*;
|
||||
/**
|
||||
* {@link MesWmBatchServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Import(MesWmBatchServiceImpl.class)
|
||||
public class MesWmBatchServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
@@ -51,7 +51,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* {@link MesWmItemConsumeServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Import(MesWmItemConsumeServiceImpl.class)
|
||||
public class MesWmItemConsumeServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
@@ -31,7 +31,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* {@link MesWmItemReceiptServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Import(MesWmItemReceiptServiceImpl.class)
|
||||
public class MesWmItemReceiptServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
@@ -26,7 +26,7 @@ import static org.mockito.Mockito.when;
|
||||
/**
|
||||
* {@link MesWmMaterialStockServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Import(MesWmMaterialStockServiceImpl.class)
|
||||
public class MesWmMaterialStockServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
@@ -29,7 +29,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* {@link MesWmOutsourceReceiptServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Import(MesWmOutsourceReceiptServiceImpl.class)
|
||||
public class MesWmOutsourceReceiptServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
@@ -35,7 +35,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* {@link MesWmProductProduceServiceImpl} 的单元测试
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Import(MesWmProductProduceServiceImpl.class)
|
||||
public class MesWmProductProduceServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
@@ -21,7 +21,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* {@link MesWmProductSalesLineServiceImpl} 的单元测试类
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Import(MesWmProductSalesLineServiceImpl.class)
|
||||
public class MesWmProductSalesLineServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
@@ -22,7 +22,7 @@ import static org.junit.jupiter.api.Assertions.assertNotNull;
|
||||
/**
|
||||
* {@link MesWmReturnIssueLineServiceImpl} 的单元测试类
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Import(MesWmReturnIssueLineServiceImpl.class)
|
||||
public class MesWmReturnIssueLineServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
@@ -23,7 +23,7 @@ import static org.junit.jupiter.api.Assertions.assertNotNull;
|
||||
/**
|
||||
* {@link MesWmReturnSalesLineServiceImpl} 的单元测试类
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Import(MesWmReturnSalesLineServiceImpl.class)
|
||||
public class MesWmReturnSalesLineServiceImplTest extends BaseDbUnitTest {
|
||||
|
||||
Reference in New Issue
Block a user