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

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


Kotlin 开发者社区

国内第一Kotlin 开发者社区公众号,主要分享、交流 Kotlin 编程语言、Spring Boot、Android、React.js/Node.js、函数式编程、编程思想等相关主题。

越是喧嚣的世界,越需要宁静的思考。

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容