Properties
spring.jpa.show-sql=true
YAML
spring:
jpa:
show-sql: trueData Tools
Convert between Java Properties and YAML in your browser. Expand dotted keys such as spring.jpa.x=1 into nested YAML, or flatten YAML back to properties—useful for Spring config migrations.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
数据格式
Convert between Java Properties and YAML in your browser. Expand dotted keys such as spring.jpa.x=1 into nested YAML, or flatten YAML back to properties—useful for Spring config migrations.
等待转换
Properties
spring.jpa.show-sql=true
YAML
spring:
jpa:
show-sql: trueBasic inference applies: true/false become booleans, pure numbers become numbers, and everything else stays a string.
Yes. Nested YAML is flattened to dotted keys; arrays follow common Spring-style forms.
Tools
Continue with another translated tool for a nearby task.
.env to JSON
Convert .env text to JSON in your browser. Comment lines are ignored. Optionally nest keys on underscores and coerce numbers or booleans—useful for frontend config, Docker, and CI key maps.
YAML to JSON
Convert YAML to formatted JSON in your browser with two-space indentation by default. Parse failures show the reason, and conversion stays local—useful for config debugging and API handoffs.