- Timestamp:
- 10/18/22 00:50:33 (2 years ago)
- Branches:
- master
- Children:
- 763289e
- Parents:
- 401a211
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/edu/gjoko/schedlr/SchedlrApplication.java
r401a211 r204464d 3 3 import org.springframework.boot.SpringApplication; 4 4 import org.springframework.boot.autoconfigure.SpringBootApplication; 5 import org.springframework.data.jpa.repository.config.EnableJpaAuditing; 5 6 6 7 @SpringBootApplication 8 @EnableJpaAuditing 7 9 public class SchedlrApplication { 8 10
Note:
See TracChangeset
for help on using the changeset viewer.