springBoot-study
springBoot-study copied to clipboard
SpringBoot学习的相关工程并辅以博文讲解。主要包括入门的Hello World、自定义配置的获取、集成mybatis的xml和注解使用、集成jpa的使用、集成druid进行项目的监控、事物实战使用, 项目打包、使用logback日志文件管...
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.5.1 to 3.16.1. Release notes Sourced from protobuf-java's releases. Protocol Buffers v3.16.1 Java Improve performance characteristics of UnknownFieldSet parsing (#9371) Protocol Buffers v3.16.0 C++ Fix compiler warnings...
Bumps [guacamole-common](https://github.com/apache/guacamole-client) from 1.1.0 to 1.3.0. Commits f1783f5 GUACAMOLE-903: Merge improved Chinese internationalization support f7b53d3 GUACAMOLE-903: Improved Chinese internationalization support ae9c55c GUACAMOLE-793: Merge add support for retrieving effective groups from...
Bumps [guacamole-common-js](https://github.com/apache/guacamole-client) from 1.1.0 to 1.3.0. Commits f1783f5 GUACAMOLE-903: Merge improved Chinese internationalization support f7b53d3 GUACAMOLE-903: Improved Chinese internationalization support ae9c55c GUACAMOLE-793: Merge add support for retrieving effective groups from...
Bumps log4j-core from 2.13.3 to 2.16.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps log4j-api from 2.13.3 to 2.16.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
在springboot-actuator项目的src/main/resources/application.yml里面 ```yaml server: port: 8181 management: security: enabled: false #关掉安全认证 port: 8888 #管理端口 context-path: /monitor #actuator的访问路径 ``` 启动后,访问管理端口只能用诸如http://localhost:8181/actuator 但没看到任何endpoint可以用8888端口或者/monitor访问的,都是连接被拒绝。 请举例说明这两个配置的作用?谢谢。
storm jar org.springframework.boot.loader.JarLauncher topologyName 这里把main class的路径包名换成springboot的。
Bumps log4j-core from 2.13.3 to 2.17.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.5.1 to 3.16.3. Release notes Sourced from protobuf-java's releases. Protobuf Release v3.16.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...