I wrote the following configuration in application.yml:
projectConfig:
    code: 0048read the configuration in java
@Data
public class ProjectConfig{
    private String code;
}what happens when printing a code of 48.00 instead of 0048 as originally set?
