{"id":19557442,"url":"https://github.com/ramostear/una-boot-backup","last_synced_at":"2025-10-09T06:16:59.399Z","repository":{"id":37146247,"uuid":"220510586","full_name":"ramostear/una-boot-backup","owner":"ramostear","description":"a simple and easy-to-use Java blog system based on spring boot 2.0,welcome to star and take it away.","archived":false,"fork":false,"pushed_at":"2022-10-12T20:34:22.000Z","size":5965,"stargazers_count":50,"open_issues_count":10,"forks_count":31,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-26T22:34:32.038Z","etag":null,"topics":["druid","ehcache","freemarker","java8","jpa-hibernate","markdown","shiro","springboot","springboot2"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ramostear.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-08T16:54:15.000Z","updated_at":"2024-11-15T02:11:34.000Z","dependencies_parsed_at":"2023-01-19T11:16:28.197Z","dependency_job_id":null,"html_url":"https://github.com/ramostear/una-boot-backup","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ramostear/una-boot-backup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramostear%2Funa-boot-backup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramostear%2Funa-boot-backup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramostear%2Funa-boot-backup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramostear%2Funa-boot-backup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ramostear","download_url":"https://codeload.github.com/ramostear/una-boot-backup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramostear%2Funa-boot-backup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000850,"owners_count":26082950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["druid","ehcache","freemarker","java8","jpa-hibernate","markdown","shiro","springboot","springboot2"],"created_at":"2024-11-11T04:42:32.963Z","updated_at":"2025-10-09T06:16:59.363Z","avatar_url":"https://github.com/ramostear.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://cdn.ramostear.com/unaboot.png\"/\u003e\n\n# 尤娜: 一个基于Spring Boot 2.0 构建的极简Java 博客系统\n\n[![License](https://img.shields.io/badge/license-Apache%20License%202.0-green)](https://www.apache.org/licenses/LICENSE-2.0.html) [![author](https://img.shields.io/badge/author-ramostear-brightgreen)](https://www.ramostear.com) [![author](https://img.shields.io/badge/JDK-1.8-brightgreen)]() [![GitHub language count](https://img.shields.io/github/languages/count/ramostear/una-boot)]() ![GitHub last commit](https://img.shields.io/github/last-commit/ramostear/una-boot)\n\n\n\n## 简介\n\nUna [‘尤娜’] 只是一个项目代号，没有特殊含义。尤娜是站在巨人的肩膀上开发完成的博客系统，旨在为程序员提供一个极简的内容创作管理平台，尤娜100%开放源代码，如果您对她感兴趣，Fork她，并尽情的与之玩耍。她才刚刚起步，或许存在诸多不足，但极简是她至始至终的性格，如果您需要一个大型的内容管理平台，那她可能不能胜任您的需求，如果您只需要一个短小精炼的内容管理系统，尤娜将是您的另一个选择。\n\n\n\n## 协议\n\nUna 使用[![License](https://img.shields.io/badge/license-Apache%20License%202.0-green)](https://www.apache.org/licenses/LICENSE-2.0.html) 协议开源，您在使用的过程中请尽量遵循开源协议，即便您身处一个了不起的国。\n\n\n\n## 快速开始\n\n### 获取最新源代码\n\n使用 git工具获取代码：\n\n```tex\ngit clone https://github.com/ramostear/una-boot.git\n```\n\n或者：\n\n```tex\ngit clone git@github.com:ramostear/una-boot.git\n```\n\n\n\n### 导入项目\n\n- SpringToolSuite[Eclipse]导入，选择菜单 File -\u003e  Import -\u003e  Maven -\u003e  Existing Maven Project ,点击 Next 按钮，选中检出的 una-boot文件夹，点击 Finish 按钮，导入成功。\n- IntelliJ IDEA导入，菜单 File -\u003e new -\u003e project from existing source... -\u003e 选中pom.xml文件，点击 OK按钮即可导入。\n- 创建数据库，您可以直接导入工程下的una-boot-db.sql文件到数据库中创建una-boot-db数据库，也可以自行创建una-boot-db数据库（数据库使用utf-8字符编码）。\n- 修改src/main/resources/application-druid.yml文件中的数据库用户名和密码参数[您自己的用户名和密码]。\n- 启动项目，运行src/main/java/com/ramostear/unaboot/UnaBootApplication.java文件的main方法。\n- 访问后台，尤娜默认端口80，后台访问地址：http://[localhost|ip|127.0.0.1]/admin/login,用户名：Administrator,密码：unabootv587,登录验证成功，将进入仪表板页面。\n\n\n\n## 演示\n\n### 在线演示\n\n前端：[https://www.ramostear.com](https://www.ramostear.com)\n\n后端：暂无\n\n## 特点\n\n- 完全开源：基于Apache 2.0协议开源\n- 标签化建站：尤娜内置了内容标签和内容函数，可以快速的完成模板的制作\n- 多主题：支持多个主题自由切换，快速改变站点风格，而不需重新编译后台代码\n- Markdown支持: 内置markdown编辑器\n- 文件存储：支持本地存储和CDN存储\n- 评论支持：内置了Gitalk评论函数，只需设置相关的Gitalk参数即可拥有评论功能\n- Spring Boot: 基于Spring Boot 2.0版本进行构建\n\n\n\n## 开发环境\n\n建议您使用下面推荐的环境与尤娜玩耍，以避免版本不一致所带来的困扰\n\n- OS: Windows 7/10,Linux\n- IDE: Eclipse，IntelliJ IDEA(推荐)\n- DB：MySQL 5.6+\n- JDK: JDK8+\n- Web Server: Apache Tomcat 8+\n- Maven: Maven 3.0+ \n\n## 技术框架\n\n尤娜所使用的开发框架明细：\n\n| 框架             | 说明                           | 官网                                                         |\n| ---------------- | ------------------------------ | ------------------------------------------------------------ |\n| Spring Framework | 轻量级(相对而言)的Java开发框架 | [https://spring.io/projects/spring-framework](https://spring.io/projects/spring-framework) |\n| Spring Boot      | Java Web开发脚手架             | [https://spring.io/projects/spring-boot](https://spring.io/projects/spring-boot) |\n| Apache Shiro     | 安全控制框架                   | [https://shiro.apache.org](https://shiro.apache.org)         |\n| Hibernate        | 对象关系映射框架               | [http://hibernate.org](http://hibernate.org)                 |\n| Freemarker       | 视图模板引擎                   | [https://freemarker.apache.org](https://freemarker.apache.org) |\n| Log4J            | 日志记录组件                   | [https://logging.apache.org](https://logging.apache.org)     |\n| Druid            | 数据库链接池                   | [https://druid.apache.org](https://druid.apache.org)         |\n| FastJSON         | JSON解析库                     | [FastJson](https://github.com/alibaba/fastjson/wiki)         |\n| EhCache          | 基于Java的进程内缓存框架       | [http://www.ehcache.org](http://www.ehcache.org)             |\n| pinyin4j         | 中文转拼音的Java库             | [https://sourceforge.net/projects/pinyin4j/](https://sourceforge.net/projects/pinyin4j/) |\n| Maven            | 项目构建                       | [https://maven.apache.org](https://maven.apache.org)         |\n| lombok           | 代码生成器                     | https://projectlombok.org                                    |\n\n\n\n## 工程目录\n\n```tex\nuna-boot          \n├─db\n│      una_boot_db.sql                            #数据库脚本信息\n│      \n├─src\n│  ├─main\n│  │  ├─java\n│  │  │  └─com\n│  │  │      └─ramostear\n│  │  │          └─unaboot\n│  │  │              ├─common                    \n│  │  │              │  ├─exception              #异常处理类\n│  │  │              │  ├─factory                #CDN处理类\n│  │  │              │  │  └─support\n│  │  │              │  ├─jdbc \t\t\t\t\t #数据源相关\t\t\n│  │  │              │  │  └─support\n│  │  │              │  └─util                   #工具包\n│  │  │              ├─domain                    #实体相关\n│  │  │              │  ├─dto\n│  │  │              │  │  └─support\n│  │  │              │  ├─entity\n│  │  │              │  ├─param\n│  │  │              │  └─vo\n│  │  │              ├─freemarker                #freemarker解析器包\n│  │  │              │  ├─parser\n│  │  │              │  │  └─abs\n│  │  │              │  └─shiro                  #freemarker-shiro标签包\n│  │  │              │      ├─abs\n│  │  │              │      └─config\n│  │  │              ├─repository                #JPA持久化包\n│  │  │              │  └─support\n│  │  │              ├─service                   #业务相关包 \n│  │  │              │  ├─impl\n│  │  │              │  └─support\n│  │  │              ├─task                      #定时任务包\n│  │  │              └─web                       \n│  │  │                  ├─admin                 #后台控制器包\n│  │  │                  ├─config                #Web相关配置包\n│  │  │                  └─interceptor           #Intercepter包          \n│  │  └─resources\n│  │      ├─ehcache      \n│  │      ├─static                               #静态资源\n│  │      └─templates                            #后台视图模板\n│  │          ├─admin \n│  │          │  ├─category                      #栏目模板\n│  │          │  ├─common                        #公共视图模板\n│  │          │  ├─link                          #链接模板\n│  │          │  ├─post                          #内容模板\n│  │          │  ├─setting                       #系统设置模板\n│  │          │  ├─tag                           #标签模板\n│  │          │  └─theme                         #主题管理模板\n│  │          └─auth                             #登录模板\n```\n\n\n\n# 文档\n\n- 标签及内置函数手册：[https://www.ramostear.com](https://www.ramostear.com)\n\n- 二次开发手册：[https://www.ramostear.com](https://www.ramostear.com)\n\n  \n\n## 软件截图\n\n![](https://cdn.ramostear.com/login.png)\n\n\n\n![](https://cdn.ramostear.com/dashboard.png)\n\n\n\n![](https://cdn.ramostear.com/general.png)\n\n\n\n![](https://cdn.ramostear.com/sql.png)\n\n\n\n![](https://cdn.ramostear.com/themes.png)\n\n\n\n![](https://cdn.ramostear.com/theme-edit.png)\n\n\n\n![](https://cdn.ramostear.com/list.png)\n\n\n\n![](https://cdn.ramostear.com/write.png)\n\n\n\n![](https://cdn.ramostear.com/category.png)\n\n\n\n![](https://cdn.ramostear.com/category-new.png)\n\n\n\n## 主题渲染截图\n\n![](https://cdn.ramostear.com/index.png)\n\n\n\n\n\n![](https://cdn.ramostear.com/projects.png)\n\n\n\n![](https://cdn.ramostear.com/guide.png)\n\n\n\n![](https://cdn.ramostear.com/search.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framostear%2Funa-boot-backup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framostear%2Funa-boot-backup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framostear%2Funa-boot-backup/lists"}