GithubHelp home page GithubHelp logo

mall's Introduction

1.初始化 构建springboot项目 通过 https://start.spring.io/ 构建项目 可以构建多模块父子项目,更好的管理依赖 2.目标 mybatis 已整合完成 PagerHelper 已整合完成 Swagger 已整合完成 Jasypt 已整合完成 #加密口令

方式一:直接作为程序启动时的命令行参数来带入 java -jar project.jar --jasypt.encryptor.password=xxx

方式二:直接作为程序启动时的应用环境变量来带入VM java -Djasypt.encryptor.password=xxx -jar project.jar

方式三:甚至可以作为系统环境变量的方式来带入 jasypt.encryptor.password=${JASYPT_ENCRYPTOR_PASSWORD:}

password: ${JASYPT_ENCRYPTOR_PASSWORD:}

Druid 已整合完成

SpringBoot3 无法完全正常使用 Druid , 例如监控页面、密码加密功能

已重新整合 mybatis-plus 已整合使用 mybatis-plus 的分页插件 已使用mybatisx构建了所有业务模块

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.