You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/java-spring-boot.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,14 +48,17 @@ To use the programmatic configuration and attach the Application Insights agent
48
48
49
49
And invoke the `attach()` method of the `com.microsoft.applicationinsights.attach.ApplicationInsights` class.
50
50
51
-
> [!TIP]
52
-
> ⚠ JRE is not supported.
51
+
> [!WARNING]
52
+
>
53
+
> JRE is not supported.
53
54
54
-
> [!TIP]
55
-
> ⚠ Read-only file system is not supported.
55
+
> [!WARNING]
56
+
>
57
+
> Read-only file system is not supported.
56
58
57
-
> [!TIP]
58
-
> ⚠ The invocation must be requested at the beginning of the `main` method.
59
+
> [!WARNING]
60
+
>
61
+
> The invocation must be requested at the beginning of the `main` method.
59
62
60
63
Example:
61
64
@@ -72,7 +75,7 @@ public class SpringBootApp {
72
75
73
76
If you want to use a JSON configuration:
74
77
* The `applicationinsights.json` file has to be in the classpath
75
-
* Or you can use an environmental variable or a system property, more in the _Configuration file path_ part on [this page](../app/java-standalone-config.md).
78
+
* Or you can use an environmental variable or a system property, more in the _Configuration file path_ part on [this page](../app/java-standalone-config.md). Spring properties defined in a Spring _.properties_ file are not supported.
0 commit comments