Giter Club home page Giter Club logo

jyun-cms-platform's Introduction

JYunCMS 后端服务

更多项目介绍与指南,参见 JYunCMS 手册

后端服务 API 请访问:https://documenter.getpostman.com/view/2528586/S17wPmXn

jyun-cms-web-new-article

安装部署

运行环境

  • Java 1.8+
  • MySQL 5.7+

工具

  • Git
  • Maven 3.0+

配置数据库

后端程序需要一个数据库,可以执行以下语句在 MySQL中创建所需的数据库

mysql -u <your-database-user-name> -p -e "CREATE DATABASE jyun_cms_platform CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;"

获取主程序

通过 Git ,获取源代码

git clone -b master https://github.com/JYunCMS/jyun-cms-platform.git

按需修改 application.yml 配置文件

ls ./jyun_cms_platform/src/main/resources/

通过 Maven 工具,编译生成 jar 包, 结果将输出在 ./target 文件夹下

mvn clean package -DskipTests=true
ls ./target/*.jar

运行

可通过 java 命令直接运行上一步编译生成的 jar 包程序

java -jar your-app.jar

如果控制台没有报错,可在浏览器中输入 http://localhost:8080 进行验证,若看到 Welcome 字样,表示服务启动成功!

开发指南

更多 参与贡献 说明请参阅 JYunCMS 手册 第三章

  • 配置环境参考上方安装部署一节
  • 推荐使用 IntelliJ IDEAVSCode 进行编码

jyun-cms-platform's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.