File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ internal class BucketControllerTest : BaseControllerTest() {
137137|-- - |-- - |
138138| `@ExtendWith(MockitoExtension ::class )` + `@Mock` + `@InjectMocks` | `@SpringBootTest` + `@MockitoBean` + `@Autowired` |
139139| `@Autowired` field injection in production code | Constructor injection |
140- | Business logic in controller method | Delegate to `@Service` |
140+ | Business logic in controller method | Delegate to a service class |
141141| Returning a raw `String ` from a controller | Return a typed DTO wrapped in `ResponseEntity ` |
142142| `@Value(" ${property} " )` scattered throughout beans | `@ConfigurationProperties` data class |
143143| New exception class for S3 errors | `S3Exception ` constant |
You can’t perform that action at this time.
0 commit comments