Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7414fa4

Browse files
[clean] Removed a no longer needed comment
1 parent 64feb77 commit 7414fa4

File tree

1 file changed

+0
-1
lines changed
  • d02/d02s02/d02s02e03-config-per-profile/src/main/java/net/safedata/spring/training/d02/s02

1 file changed

+0
-1
lines changed

‎d02/d02s02/d02s02e03-config-per-profile/src/main/java/net/safedata/spring/training/d02/s02/ProfileConfigDemo.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public class ProfileConfigDemo {
1616
public static void main(String[] args) {
1717
final SpringApplication springApplication = new SpringApplication(ProfileConfigDemo.class);
1818

19-
// running without a profile will throw an exception, as the property doesn't exist in the default config
2019
springApplication.setAdditionalProfiles(Profiles.DEV);
2120

2221
springApplication.run(args);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /