Giter Site home page Giter Site logo

yisutech-iisp's Introduction

JVM启动参数配置:

-javaagent:/Users/guangzhong.wgz/.m2/repository_local/org/springframework/springloaded/1.2.8.RELEASE/springloaded-1.2.8.RELEASE.jar -noverify
-Dspring.profiles.active=daily


注意事项:

热部署生效: 文件保存后,要后动编译, 包括java, ftl文件


项目模块说明:


- yisutech-iisp
    - starter
        项目全局配置,打包,全局控制

    - webapp
        项目模板(view), 控制逻辑 (controller)

    - iisp_search
        项目搜索模块,实现搜索功能

    - iisp_dataops
        项目数据引擎模块, 实现对mysql, redis, mongoDB管理

    - generator
      -Dmybatis.generator.overwrite=true mybatis-generator:generate


数据源配置:

{
  "connectionProperties": "druid.stat.mergeSql=true;druid.stat.slowSqlMillis=500",
  "dbUrl": "jdbc:mysql://localhost:3306/yisuyun_console?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC",
  "driverClassName": "com.mysql.jdbc.Driver",
  "filters": "stat,wall,log4j",
  "initialSize": 5,
  "maxActive": 20,
  "maxPoolPreparedStatementPerConnectionSize": 20,
  "maxWait": 60000,
  "minEvictableIdleTimeMillis": 300000,
  "minIdle": 5,
  "name": "testDB",
  "password": "wgzhxy119@",
  "poolPreparedStatements": true,
  "testOnBorrow": false,
  "testOnReturn": false,
  "testWhileIdle": true,
  "timeBetweenEvictionRunsMillis": 60000,
  "useGlobalDataSourceStat": true,
  "username": "yisuyun_admin",
  "validationQuery": "SELECT 1 FROM DUAL"
}

yisutech-iisp's People

Contributors

wgzhxy avatar

Stargazers

 avatar

Watchers

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