TimeLine-Trail
Timeline Trail is a unique personal resume visualization website. It combines a timeline with a tree-like trajectory to connect scattered life experiences into a clear growth path. Key milestones are presented as nodes, highlighting their interconnections and evolutionary logic, making them easier to understand.
The image has been packaged and pushed to the public docker-hubrepository. On a server with Docker installed, run the following command to deploy:
sudo mkdir -p /root/timeline-trail/uploads
docker run -d \
--name timelinetrail \
-p 8080:8080 \
-v /root/timeline-trail/uploads:/root/timeline_trail/upload \
xiaoniucode/timeline-trail:latestAdmin login page: http://localhost:8080/admin/login
Default credentials: Username admin, Password 123456
| Layer | Technology | Purpose |
|---|---|---|
| Backend | Java 8 | Main programming language |
| Spring Boot 2.x | Application framework | |
| JPA (Hibernate) | Data persistence layer | |
| H2 Database | Embedded database | |
| Freemarker | Server-side template engine | |
| Frontend | LayUI | UI component library |
| jQuery | DOM manipulation & AJAX | |
| CSS Sprite | Image optimization technique | |
| jsoneditor | JSON text editor |
Report issues here: issues
- Homepage design inspired by materliu
- Developed with JetBrains IDEA






