Git Product home page Git Product logo

java-repl's Introduction

java repl

java 在线调试, 提交代码后, 系统将自动编译并运行代码

本系统基于webflux, 为反应式web应用

配置

参考application-dev.yml

部署

  1. mvn package runner 打包成jar

  2. 修改 server/src/resources/application.yml 中 runner.jar-path

  3. 修改 server/src/resources/application.yml 中 work-dir

  4. mvn package server, jar为可执行web程序

  5. 将doc/structure.java放入work-dir

  6. 在work-dir中创建目录target

  7. 解压server.jar, 将BOOT-INF/lib放入work-dir, 将BOOT-INF/classes放入work-dir

  8. 配置环境变量 JAVA_HOME=jdk根目录

  9. 启动server, java -jar server.jar --spring.profiles.active=dev

java-repl's People

Contributors

bit-ranger avatar dependabot[bot] avatar

Watchers

 avatar  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.