{"data":[{"id":1,"title":"Welcome to Simple Blog","content":"This is the first article of the Simple Blog system. This is a simple blog system based on Spring Boot, supporting user registration, login, article publishing and commenting.\n\nTechnology stack includes:\n- Java 17\n- Spring Boot 3.2\n- MyBatis\n- MySQL 8.0\n\nHope this project helps you learn Java backend development!","authorId":1,"summary":"First article of Simple Blog system","coverImage":"https://picsum.photos/800/400?random=1","status":1,"viewCount":100,"likeCount":20,"createTime":"2026-04-06T10:12:16","updateTime":"2026-04-06T10:12:16","authorName":null,"authorAvatar":null,"commentCount":null,"published":true,"draft":false},{"id":2,"title":"Spring Boot Getting Started Guide","content":"Spring Boot is a rapid development framework in the Spring ecosystem that simplifies the initial setup and development process of Spring applications.\n\nMain features:\n1. Auto-configuration\n2. Embedded server\n3. Production-ready features\n4. Convention over configuration","authorId":1,"summary":"Spring Boot quick start tutorial","coverImage":"https://picsum.photos/800/400?random=2","status":1,"viewCount":150,"likeCount":35,"createTime":"2026-04-06T10:12:16","updateTime":"2026-04-06T10:12:16","authorName":null,"authorAvatar":null,"commentCount":null,"published":true,"draft":false},{"id":3,"title":"MySQL Database Best Practices","content":"MySQL is one of the most popular relational databases. Here are some best practices:\n\n1. Use appropriate data types\n2. Add indexes for frequently queried fields\n3. Avoid SELECT *\n4. Use transactions to ensure data consistency\n5. Backup data regularly","authorId":2,"summary":"MySQL database optimization tips","coverImage":"https://picsum.photos/800/400?random=3","status":1,"viewCount":80,"likeCount":15,"createTime":"2026-04-06T10:12:16","updateTime":"2026-04-06T10:12:16","authorName":null,"authorAvatar":null,"commentCount":null,"published":true,"draft":false},{"id":4,"title":"How to Learn Java Backend Development","content":"Learning path suggestions for Java backend development:\n\nPhase 1: Java Basics\n- Object-oriented programming\n- Collection framework\n- Multithreading\n\nPhase 2: Database\n- SQL basics\n- MySQL advanced features\n\nPhase 3: Framework Learning\n- Spring Boot\n- MyBatis\n- Spring Security\n\nPhase 4: Project Practice\n- Complete independent projects\n- Learn deployment and operations","authorId":3,"summary":"Java backend learning roadmap","coverImage":"https://picsum.photos/800/400?random=4","status":1,"viewCount":200,"likeCount":45,"createTime":"2026-04-06T10:12:16","updateTime":"2026-04-06T10:12:16","authorName":null,"authorAvatar":null,"commentCount":null,"published":true,"draft":false}],"success":true,"count":4}