Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
iconfalse
titlepom.xml

Code Block
languagexml
themeMidnight
titlepom.xml
linenumberstrue
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-thymeleaf</artifactId>
        </dependency>
Info
iconfalse
titlesrc/main/resources/application.properties
Info
iconfalse

- app.baseUrl=http://localhost:8080/
+ spring.redis.host=redis
+ spring.redis.port=6379

Code Block
languagejava
linenumberstrue
spring.redis.host=redis
spring.redis.port=6379