[ Project ] 适配前端部分代码
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
package io.wdd.common.beans.executor;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
import lombok.experimental.SuperBuilder;
|
||||
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@SuperBuilder(toBuilder = true)
|
||||
@Deprecated
|
||||
public class ExecutorFunctionMessage {
|
||||
|
||||
String functionName;
|
||||
|
||||
String functionContent;
|
||||
|
||||
}
|
||||
//package io.wdd.common.beans.executor;
|
||||
//
|
||||
//import lombok.AllArgsConstructor;
|
||||
//import lombok.Data;
|
||||
//import lombok.NoArgsConstructor;
|
||||
//import lombok.experimental.SuperBuilder;
|
||||
//
|
||||
//@Data
|
||||
//@NoArgsConstructor
|
||||
//@AllArgsConstructor
|
||||
//@SuperBuilder(toBuilder = true)
|
||||
//@Deprecated
|
||||
//public class ExecutorFunctionMessage {
|
||||
//
|
||||
// String functionName;
|
||||
//
|
||||
// String functionContent;
|
||||
//
|
||||
//}
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
package io.wdd.common;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@SpringBootTest
|
||||
class CommonApplicationTests {
|
||||
|
||||
@Test
|
||||
void contextLoads() {
|
||||
public class CommonApplicationTests {
|
||||
public static void main(String[] args) {
|
||||
System.out.println((double) System.currentTimeMillis());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user