Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
making committed Dec 5, 2024
1 parent 008b297 commit e8d509a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
Expand Down
7 changes: 7 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ logging.level.am.ik.blog.CommentApiApplication=debug
logging.level.net.ttddyy.dsproxy.listener.logging.SLF4JQueryLoggingListener=info
logging.level.org.springframework.security.web.DefaultRedirectStrategy=debug
logging.level.org.springframework.security=info
management.endpoint.health.probes.enabled=true
management.endpoints.web.exposure.include=info,health,prometheus,sbom
management.info.env.enabled=true
management.info.git.enabled=true
management.info.git.mode=full
management.info.java.enabled=true
management.info.os.enabled=true
management.metrics.distribution.percentiles-histogram.http.client.requests=true
Expand All @@ -22,6 +25,8 @@ management.opentelemetry.resource-attributes.spring.boot.version=${build.spring.
management.opentelemetry.resource-attributes.spring.framework.version=${build.spring.framework.version:N/A}
management.tracing.sampling.probability=1.0
management.zipkin.tracing.endpoint=http://localhost:9411/v1/traces
server.compression.enabled=true
server.compression.min-response-size=1KB
server.error.include-message=always
server.http2.enabled=true
server.port=8085
Expand All @@ -46,3 +51,5 @@ spring.security.oauth2.client.registration.google.scope=openid,profile,email
spring.security.oauth2.resourceserver.jwt.issuer-uri=https://accounts.google.com
spring.sql.init.mode=always
spring.threads.virtual.enabled=true
spring.web.resources.cache.period=1h
spring.web.resources.cache.use-last-modified=false

0 comments on commit e8d509a

Please sign in to comment.