- Timestamp:
- 09/04/21 11:14:25 (3 years ago)
- Branches:
- master
- Children:
- ab49338
- Parents:
- 194776a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/it/finki/charitable/CharitableApplication.java
r194776a r5306751 4 4 import org.springframework.boot.SpringApplication; 5 5 import org.springframework.boot.autoconfigure.SpringBootApplication; 6 import org.springframework.scheduling.annotation.EnableScheduling; 6 7 7 8 @SpringBootApplication 9 @EnableScheduling 8 10 public class CharitableApplication { 9 11
Note:
See TracChangeset
for help on using the changeset viewer.