Mariusz Wyszomierski | DevBlog
open-menucloseme
Blog
Links icon
GitHub LinkedIn Twitter
About
🌐
Polski English
  • Spring Boot application properties or yml in test resources is a code smell

    calendar2022-12-01 · 1 min read  ·
    Share on: twitterfacebooklinkedincopy
    Spring Boot application properties or yml in test resources is a code smell

    In several projects I've seen application.properties or application.yml files in test resources. These files were almost exactly the same as files in main resources. Each time developer adds a new configuration to file in main resources, he/she needs to update a file in test resources. It's definitely a code smell. …


    Read More
  • How to change logging level when Spring Boot application is running?

    calendar2022-03-30 · 6 min read  ·
    Share on: twitterfacebooklinkedincopy
    How to change logging level when Spring Boot application is running?

    When we have a problem with reproducing the bug in local environment, it may be useful to view logs from environment where a bug could be reproduced. Usually it requires to change logging level to DEBUG or TRACE. We can do this by changing logging level in application preferences and then restart application. 1# …


    Read More
  • Deploy two Spring Boot applications in Wildfly with external properties

    calendar2020-08-13 · 3 min read  ·
    Share on: twitterfacebooklinkedincopy
    Deploy two Spring Boot applications in Wildfly with external properties

    Personally I prefer jar then war ("Make JAR, not WAR" - Josh Long), but sometimes we have constraints that are not depend on us. This example focus about how to deploy two Spring Boot applications in Wildfly and how to externalize application properties for each application. The case is: deploy two Spring …


    Read More

Recent Posts

  • Spring Boot application properties or yml in test resources is a code smell
  • How to export files from git repository without change history?
  • Editable diagrams in PNG files created in diagrams.net (former draw.io)
  • SDKMAN use any matching java version
  • redo - application for quick alias creation
  • Efficiently search and select commands from bash history
  • Can't find java class using reflection
  • SDKMAN - application to manage tools versions

Tags

DEVOPS 7 TOOLS 6 HARDWARE 4 JAVA 4 RASPBERRY 4 SPRING-BOOT 3 TIPS 3 GIT 2 NETWORK 2 SDKMAN 2 WILDFLY 2 ANSIBLE 1 ARCHITECTURE 1 BASH 1
All tags
ANSIBLE1 ARCHITECTURE1 BASH1 CODE-SMELL1 DEPLOYMENT1 DEVOPS7 DIAGRAMS1 DOZER1 EFFICIENCY1 GIT2 HARDWARE4 JAVA4 LIBRARY1 LINUX1 MAPPING1 MAPSTRUCT1 NARZĘDZIA1 NETWORK2 NMAP1 OWASP1 PERFORMANCE1 PRODUCTIVITY1 RASPBERRY4 RASPBIAN1 REDO1 REFLECTION1 SDKMAN2 SECURITY1 SPRING-BOOT3 TIPS3 TOOLS6 VNC1 WILDFLY2
[A~Z][0~9]
Mariusz Wyszomierski | DevBlog

Copyright  MARIUSZ WYSZOMIERSKI | DEVBLOG. All right reserved. Generated by Hugo. Template hugo-clarity.

to-top