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

作者: 光剑书架上的书 | 来源:发表于2019-11-19 02:33 被阅读0次

    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、函数式编程、编程思想等相关主题。

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

    相关文章

      网友评论

        本文标题:一款非常好用的开源画图软件 geditor (可以自己 DIY

        本文链接:https://www.haomeiwen.com/subject/oqiiictx.html