11 |
类名:
12 |
代码:
24 |
25 |
26 |
27 |
58 |
59 |
--------------------------------------------------------------------------------
/src/test/java/com/easycodingnow/dynamic/code/DynamicCodeApplicationTests.java:
--------------------------------------------------------------------------------
1 | package com.easycodingnow.dynamic.code;
2 |
3 | import org.junit.jupiter.api.Test;
4 | import org.springframework.boot.test.context.SpringBootTest;
5 |
6 | @SpringBootTest
7 | class DynamicCodeApplicationTests {
8 |
9 | @Test
10 | void contextLoads() {
11 | }
12 |
13 | }
14 |
--------------------------------------------------------------------------------