Skip to content

Commit

Permalink
change background color.
Browse files Browse the repository at this point in the history
fix protobuf!
  • Loading branch information
shelajev committed Sep 24, 2024
1 parent b99091c commit df275bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ COPY --from=extract build/target/extracted/application/ ./

EXPOSE 8080

ENTRYPOINT [ "java", "org.springframework.boot.loader.JarLauncher" ]
ENTRYPOINT [ "java", "org.springframework.boot.loader.launch.JarLauncher" ]
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.5</version>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/public/css/vendor/todomvc-common.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ button {
body {
font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 1.4em;
background: #eaeaea url('bg.png');
background: #FFFFE0 url('bg.png');
color: #4d4d4d;
width: 640px;
margin: 0 auto;
Expand Down

0 comments on commit df275bd

Please sign in to comment.