简体   繁体   English

如何在 Mendix 中将普通 Java 项目转换为 Maven 项目?

[英]How to convert normal Java project into a Maven project in Mendix?

Can anyone please tell that how to convert normal java project into maven and springboot project in Mendix?谁能告诉我如何在 Mendix 中将普通的 java 项目转换为 maven 和 springboot 项目?

I made a java action call in Mendix, initially I got a normal java project then I tried to convert it into maven, once I done this successfully again it's getting back as a normal project.我在 Mendix 中进行了 java 操作调用,最初我得到了一个普通的 java 项目,然后我尝试将其转换为 maven,一旦我再次成功完成此操作,它就会恢复为普通项目。

I thought Mendix won't accept Maven but there is a option that we can able to convert it into maven.我认为 Mendix 不会接受 Maven,但我们可以选择将其转换为 Maven。

so, could you please tell me that how to convert normal java project into maven project in Mendix?那么,你能告诉我如何在 Mendix 中将普通的 java 项目转换为 maven 项目吗?

Answers are really appreciated!真的很感激答案!

You can use parts of business logic from Java in Mendix in a so called Java-action.您可以在所谓的 Java 操作中在 Mendix 中使用来自 Java 的部分业务逻辑。

It is not possible to convert a sprintboot project into Mendix because Mendix has it's own server and will only publish Mendix pages.无法将 sprintboot 项目转换为 Mendix,因为 Mendix 拥有自己的服务器并且只会发布 Mendix 页面。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM