前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >一款非常好用的开源画图软件 geditor (可以自己 DIY 定制开发)

一款非常好用的开源画图软件 geditor (可以自己 DIY 定制开发)

作者头像
一个会写诗的程序员
发布2019-11-21 15:07:41
1.1K1
发布2019-11-21 15:07:41
举报

geditor

Introduction

A Graph Editor implementing by Spring Boot, Kotlin, Java, based on jgraphx.

Quick Start

Environment requirements

Java 8
Maven 3

Configuration

server:
  port: 9999

management:
  endpoints:
    web:
      exposure:
        include: "*"

spring:
  groovy:
    template:
      suffix: .groovy
      cache: false
      configuration:
        auto-new-line: true
        auto-indent: true

Step 1 Clone Code

git clone https://github.com/to-be-architect/geditor

Step 2 Run Application

mvn spring-boot:run

Step 3 Visit geditor

http://localhost:9999/

Github 源码地址

https://github.com/to-be-architect/geditor

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • geditor
    • Introduction
      • Quick Start
        • Environment requirements
        • Configuration
    • Github 源码地址
    领券
    问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档