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

geditor

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

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 开发者社区

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

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

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

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