/
dmitriysturov
/
workspaces_platform
Обзор
Документация
Войти
/
dmitriysturov
/
workspaces_platform
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
platform/pom.xml
40 строк
1 KB
dmitriysturov
vkr
04 июн 2026, 22:24
04 июн 2026, 22:24
971dfdc
Код
Авторство
О чём код?
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>4.0.3</version> <relativePath/> </parent> <groupId>com.platform.workspace</groupId> <artifactId>platform</artifactId> <version>1.0-SNAPSHOT</version> <packaging>pom</packaging> <modules> <module>auth-service</module> <module>workspace-service</module> <module>module-service</module> <module>office-service-common</module> <module>office-service</module> <module>docs-service</module> <module>sheets-service</module> <module>presentations-service</module> <module>files-service</module> <module>tasks-service</module> <module>whiteboard-service</module> <module>notification-service</module> <module>gateway-service</module> </modules> <properties> <java.version>17</java.version> <maven.compiler.source>17</maven.compiler.source> <maven.compiler.target>17</maven.compiler.target> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> </project>