質問編集履歴
1
本文修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
```
|
10
10
|
|
11
|
-
package com.s
|
11
|
+
package com.test.springboot;
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -234,7 +234,7 @@
|
|
234
234
|
|
235
235
|
```
|
236
236
|
|
237
|
-
package com.s
|
237
|
+
package com.test.springboot.repositories;
|
238
238
|
|
239
239
|
|
240
240
|
|
@@ -266,7 +266,7 @@
|
|
266
266
|
|
267
267
|
```
|
268
268
|
|
269
|
-
package com.s
|
269
|
+
package com.test.springboot;
|
270
270
|
|
271
271
|
import javax.persistence.Column;
|
272
272
|
|