Coder Social home page Coder Social logo

dwhgygzt / xxl-job-admin-extend Goto Github PK

View Code? Open in Web Editor NEW
12.0 1.0 8.0 1.88 MB

原XXL-JOB 服务端 xxl-job-admin ,本项目在原基础上扩展支持其他主流数据库 sqlserver oracle pgsql

License: GNU General Public License v3.0

Dockerfile 0.11% TSQL 4.68% Java 47.48% CSS 0.25% JavaScript 33.70% FreeMarker 13.78%

xxl-job-admin-extend's Introduction

说明

原XXL-JOB 服务端 xxl-job-admin ,本项目在原基础上扩展支持其他主流数据库 sqlserver oracle pgsql

该版本 同步 xxl-job-admin-2.3.0

  • 修改了sql中mysql专用语法为通用sql语法
  • 加入通用mapper 部分单表查询去除sql
  • 修改表主键为手动插入
  • 部分代码格式修改,根据ida提示修改

XXL-JOB分布式任务调度平台介绍 : https://gitee.com/xuxueli0323/xxl-job

使用

修改 application.yml中的 spring.profiles.active 属性值来选择你所用数据库 例如下面选择 pgsql数据库

spring:
  profiles:
    active: pgsql

选择 pgsql则对应修改 application-pgsql.yml 里面的 jdbc地址即可

spring:
  datasource:
    druid:
      name: xxljob23
      url: jdbc:postgresql://localhost:9019/postgres?useSSL=false
      username: postgres
      password: pg123456

xxl-job-admin-extend's People

Contributors

dwhgygzt avatar

Stargazers

 avatar  avatar  avatar 阿伟输了 avatar  avatar  avatar  avatar zjnny avatar  avatar 耗00子 avatar  avatar  avatar

Watchers

 avatar

xxl-job-admin-extend's Issues

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.