A Blog system that contains an administration page. You can uploud blogs online but not during ssh client.
A standard SpringBoot project.
- git clone
- open the project and solve dependency problem by maven.
- edit
/src/application.yml
, you must change MySQL's username and password to your own. - Create database name 'blog' in your MySQL.
- Build and Run the Project at BlogApplication.
You can visit it through
localhost:8080/
(if you don't change server port.)
- Run on port 8080
(if you don't change default server port in
application.yml
) - Create a record at the table t_user as your admin
- Alter the attribute content's data-type at t_blog and t_comment to 'longtext', or you can only store 255 chars in a record.
- Only can update the picture's url to the system, support markdown syntax. I recommand the 'superbed.cn' http://www.superbed.cn as your Picbed.
- Fork the repository
- Create branch
- Commit your code
- Create Pull Request