File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
java/com/boaglio/casadocodigo/greendogdelivery/controller Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 59
59
<artifactId >spring-boot-starter-actuator</artifactId >
60
60
</dependency >
61
61
<!-- spring cloud -->
62
+ <!--
62
63
<dependency>
63
64
<groupId>org.springframework.cloud</groupId>
64
65
<artifactId>spring-cloud-starter-config</artifactId>
67
68
<groupId>org.springframework.cloud</groupId>
68
69
<artifactId>spring-cloud-starter-eureka</artifactId>
69
70
</dependency>
70
-
71
+ -->
71
72
<dependency >
72
73
<groupId >mysql</groupId >
73
74
<artifactId >mysql-connector-java</artifactId >
Original file line number Diff line number Diff line change 7
7
8
8
import org .springframework .beans .factory .annotation .Autowired ;
9
9
import org .springframework .beans .factory .annotation .Value ;
10
- import org .springframework .cloud .context .config .annotation .RefreshScope ;
10
+ // import org.springframework.cloud.context.config.annotation.RefreshScope;
11
11
import org .springframework .core .env .Environment ;
12
12
import org .springframework .stereotype .Controller ;
13
13
import org .springframework .web .bind .annotation .GetMapping ;
16
16
17
17
import com .boaglio .casadocodigo .greendogdelivery .dto .MensagemDTO ;
18
18
19
- @ RefreshScope
19
+ // @RefreshScope
20
20
@ Controller
21
21
@ RequestMapping ("/" )
22
22
public class IndexController {
Original file line number Diff line number Diff line change @@ -25,7 +25,5 @@ spring.hateoas.use-hal-as-default-json-media-type=false
25
25
# permite acesso ao Actuator
26
26
management.security.enabled =false
27
27
28
- mensagem =
29
-
30
28
# profile
31
29
# spring.profiles.active=mysql
You can’t perform that action at this time.
0 commit comments