`
4.0.0
org.springframework.boot
spring-boot-starter-parent
3.3.2
com.dhanvanth.springboot.demo
mycoolapp
0.0.1-SNAPSHOT
mycoolapp
Demo project for Spring Boot
<java.version>22</java.version>
org.springframework.boot
spring-boot-starter-web
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
3.3.1–>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
`
this my pom.xml
just newly started
y the actuator is not found
the latest version is 3.3.2 util now, but still it’s not found
DHANVANTH S B is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.