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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,13 +123,15 @@ Complete the following steps to enable Nacos for your Spring project.
123
123
<dependency>
124
124
<groupId>com.alibaba.nacos</groupId>
125
125
<artifactId>nacos-spring-context</artifactId>
126
-
<version>0.2.2-RC1</version>
126
+
<version>0.2.3-RC1</version>
127
127
</dependency>
128
128
129
129
...
130
130
</dependencies>
131
131
```
132
132
133
+
**Note:** Support Spring 5 from version 0.2.3-RC1.
134
+
133
135
2. Add the `@EnableNacos` annotation in the `@Configuration` class of Spring and specify "\${host}:${port}" of your Nacos server in the `serverAddr` attribute:
0 commit comments