Spring Framwork Testing v5.3.36 SNAPSHOT
example indicates that the dev profile should be active: Java @ContextConfiguration @ActiveProfiles("dev") ① class DeveloperTests { // class body... } ① Indicate that the dev profile should be active @ContextConfiguration @ActiveProfiles("dev") ① class DeveloperTests { // class body... } ① Indicate that the dev profile should be active. The following example indicates that both the dev and the integration profiles Java @ContextConfiguration @ActiveProfiles({"dev", "integration"}) ① class DeveloperIntegrationTests { // class body... } ① Indicate that the dev and integration profiles should be active. Kotlin0 码力 | 193 页 | 2.53 MB | 1 年前3Spring Boot 2.5.13 Reference Documentation
following commands: $ sdk install springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot- cli-2.5.13-bin/spring-2.5.13/ $ sdk default springboot dev $ spring --version Spring CLI v2.5.13 The The preceding instructions install a local instance of spring called the dev instance. It points at your target build location, so every time you rebuild Spring Boot, spring is up-to-date. You can see Springboot Versions ================================================================================ > + dev * 2.5.13 ================================================================================ + - local0 码力 | 702 页 | 13.82 MB | 1 年前3Spring Boot 2.5.x Reference Documentation
following commands: $ sdk install springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot- cli-2.5.15-bin/spring-2.5.15/ $ sdk default springboot dev $ spring --version Spring CLI v2.5.15 The The preceding instructions install a local instance of spring called the dev instance. It points at your target build location, so every time you rebuild Spring Boot, spring is up-to-date. You can see Springboot Versions ================================================================================ > + dev * 2.5.15 ================================================================================ + - local0 码力 | 703 页 | 13.84 MB | 1 年前3Spring Boot 2.4.2 Reference Documentation
following commands: $ sdk install springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot- cli-2.4.2-bin/spring-2.4.2/ $ sdk default springboot dev $ spring --version Spring CLI v2.4.2 The The preceding instructions install a local instance of spring called the dev instance. It points at your target build location, so every time you rebuild Spring Boot, spring is up-to-date. You can see it Springboot Versions ================================================================================ > + dev * 2.4.2 ================================================================================ + - local0 码力 | 644 页 | 13.01 MB | 1 年前3Spring Boot 2.5.12 Reference Documentation
following commands: $ sdk install springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot- cli-2.5.12-bin/spring-2.5.12/ $ sdk default springboot dev $ spring --version Spring CLI v2.5.12 The The preceding instructions install a local instance of spring called the dev instance. It points at your target build location, so every time you rebuild Spring Boot, spring is up-to-date. You can see Springboot Versions ================================================================================ > + dev * 2.5.12 ================================================================================ + - local0 码力 | 702 页 | 13.82 MB | 1 年前3Spring Boot 2.5.16-SNAPSHOT Reference Guide
commands: $ sdk install springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot- cli-2.5.16-SNAPSHOT-bin/spring-2.5.16-SNAPSHOT/ $ sdk default springboot dev $ spring --version Spring CLI v2 v2.5.16-SNAPSHOT The preceding instructions install a local instance of spring called the dev instance. It points at your target build location, so every time you rebuild Spring Boot, spring is up-to-date Springboot Versions ================================================================================ > + dev * 2.5.16-SNAPSHOT ================================================================================0 码力 | 704 页 | 13.85 MB | 1 年前3Spring Boot 2.4.0-M4 Reference Guide
following commands: $ sdk install springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot- cli-2.4.0-M4-bin/spring-2.4.0-M4/ $ sdk default springboot dev $ spring --version Spring CLI v2.4.0-M4 0-M4 The preceding instructions install a local instance of spring called the dev instance. It points at your target build location, so every time you rebuild Spring Boot, spring is up-to-date. You can Springboot Versions ================================================================================ > + dev * 2.4.0-M4 ================================================================================ + - local0 码力 | 639 页 | 12.88 MB | 1 年前3Spring Boot 2.5.3 Reference Documentation
following commands: $ sdk install springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot- cli-2.5.3-bin/spring-2.5.3/ $ sdk default springboot dev $ spring --version Spring CLI v2.5.3 The The preceding instructions install a local instance of spring called the dev instance. It points at your target build location, so every time you rebuild Spring Boot, spring is up-to-date. You can see it Springboot Versions ================================================================================ > + dev * 2.5.3 ================================================================================ + - local0 码力 | 692 页 | 13.67 MB | 1 年前3Spring Boot 2.5.10 Reference Documentation
following commands: $ sdk install springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot- cli-2.5.10-bin/spring-2.5.10/ $ sdk default springboot dev $ spring --version Spring CLI v2.5.10 The The preceding instructions install a local instance of spring called the dev instance. It points at your target build location, so every time you rebuild Spring Boot, spring is up-to-date. You can see Springboot Versions ================================================================================ > + dev * 2.5.10 ================================================================================ + - local0 码力 | 695 页 | 13.72 MB | 1 年前3Spring Boot 2.5.5 Reference Documentation
following commands: $ sdk install springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot- cli-2.5.5-bin/spring-2.5.5/ $ sdk default springboot dev $ spring --version Spring CLI v2.5.5 The The preceding instructions install a local instance of spring called the dev instance. It points at your target build location, so every time you rebuild Spring Boot, spring is up-to-date. You can see it Springboot Versions ================================================================================ > + dev * 2.5.5 ================================================================================ + - local0 码力 | 692 页 | 13.68 MB | 1 年前3
共 288 条
- 1
- 2
- 3
- 4
- 5
- 6
- 29