79143268

Date: 2024-10-31 01:53:58
Score: 0.5
Natty:
Report link

Simple, remove any bean, configuration annotation that you use, then write short code to initial what you want. More complex way, use profile, set each class, function or anything that you want to run in test phrase and run with test profile

@Component
@Profile("test")
public class TitlesSeeder {
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nguyen Huu Phuc