Spring Boot

Spring Boot is a coding and configuration model for Java applications. Spring was developed by Pivotal Software.
Here are 38,448 public repositories matching this topic...
-
Updated
Jul 6, 2022 - Java
-
Updated
Jul 6, 2022 - Java
-
Updated
Jun 12, 2022 - Java
-
Updated
Jun 21, 2022 - Java
-
Updated
Feb 9, 2022 - Java
-
Updated
Jul 6, 2022 - JavaScript
-
Updated
Jun 23, 2022 - Java
-
Updated
Apr 12, 2021 - Java
-
Updated
Jun 13, 2022 - Java
-
Updated
Jun 21, 2022 - Java
-
Updated
Jul 4, 2022 - Vue
-
Updated
Mar 1, 2022 - Java
-
Updated
Jul 4, 2022 - Java
-
Updated
Jul 6, 2022 - Java
-
Updated
Jul 21, 2021 - Java
-
Updated
Jun 15, 2022 - Java
-
Updated
Jul 1, 2022 - Java
-
Updated
Aug 21, 2021 - Java
-
Updated
Jun 22, 2022 - Java
-
Updated
Feb 9, 2022 - Java
springfox-swagger2: 3.0.0-SNAPSHOT
springfox-swagger-ui: 3.0.0-SNAPSHOT
springfox-spring-webflux: 3.0.0-SNAPSHOT
We are using directModelSubstitute for MonetaryAmount to avoid showing all the properties of the class in swagger. Instead of that we created our own MonetaryAmountWrapper which have only two fields viz., amount and currency with some default example values for both. Now, the
希望将默认访问页进行修改
概述
希望可以参考下ShareList的驱动器管理方法,在挂载单一驱动器时可以选择展开或者不展开驱动器内容。
详细解释
现在访问zfile默认是直接展开驱动器1的内容,希望可以添加个页面可以列出所有的驱动器供选择,在后台中添加相对应的开关,用于选择是否开启驱动器页为默认访问。将其设置为开启后将驱动器列表设置为默认访问页,也就是访问域名后不再自动跳转到/1/main 而是跳转到驱动器列表。设置为关闭时按照现有的方式跳转到/1/main 。
可以在左上角站点名称旁添加一个按钮用于直接返回到驱动器列表,保留右上角驱动器下拉列表用于快速切换。
If you are using Conductor at the company you work with, add the name of your company and your Github handle to the list at https://github.com/netflix/conductor/blob/main/WHOSUSING.md
-
Updated
Feb 26, 2022 - HTML
-
Updated
Jun 21, 2022 - Java
Created by Pivotal Software
Released October 1, 2002
Latest release 13 days ago
- Repository
- spring-projects/spring-boot
- Website
- spring.io/projects/spring-boot
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe.
In IDE idea, a red underline will occur under file pom.xml, because local environment has no property
${env.GITHUB_OAUTH_TOKEN}
Describe the solution you'd like
A single line to let idea ignore it.