Set up the foundational Spring Boot project structure: - Root POM with web, security, JPA, Flyway, validation, AOP, actuator - PostgreSQL + Testcontainers for test infrastructure - Application YAML configs for default, dev, and test profiles - Maven wrapper (3.9.9) for reproducible builds - .gitignore for Maven/IDE/OS artifacts Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 lines
166 B
INI
4 lines
166 B
INI
wrapperVersion=3.3.4
|
|
distributionType=only-script
|
|
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
|